Skip to content

Commit

Permalink
Moved sanity check and buildopts to easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkole committed Nov 15, 2023
1 parent 44a8fc5 commit 18a25c8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions easybuild/easyconfigs/f/flook/flook-0.8.1-GCC-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,4 @@ checksums = [

dependencies = [('Lua', '5.4.4')]

parallel = 1

local_comp_flags = 'VENDOR="gnu" FFLAGS="$FFLAGS" CFLAGS="$CFLAGS"'
buildopts = 'liball %s' % local_comp_flags

sanity_check_paths = {
'files': ['include/flook.mod', 'lib/libflook.a', 'lib/libflookall.a'],
'dirs': [],
}

moduleclass = 'data'

0 comments on commit 18a25c8

Please sign in to comment.