Skip to content

Commit

Permalink
progress on #166 FragPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Dec 8, 2023
1 parent 427711a commit f8250da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 166_FragPipe/Philosopher-5.0.0-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ sources = [{'download_filename': 'v%s.tar.gz' % version, 'filename': SOURCE_TAR_
checksums = ['0c6895c60c1c2543f7b0ad7f8baae4be39c9c519d6035c8fdd2ad8a2f83a99cc']

builddependencies = [
('Go', '1.20.4', '', SYSTEM),
('Go', '1.21.2', '', SYSTEM),
]

buildopts = 'CC="$CC" CFLAGS="$CFLAGS"'
# see https://github.com/Nesvilab/philosopher/wiki/How-to-Build
buildopts = 'CC="$CC" CFLAGS="$CFLAGS" deploy && go build -o philosopher'

files_to_copy = [
(['%(namelower)s'], 'bin'),
Expand Down

0 comments on commit f8250da

Please sign in to comment.