Skip to content

Commit

Permalink
copy built dep binaries instead of linking
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Oct 6, 2023
1 parent 8c12c84 commit e5650fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/v/vg/vg-1.50.1-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ dependencies = [
]

prebuildopts = 'mkdir lib && '
prebuildopts += 'ln -s $EBROOTVCFLIB/lib/libvcflib.a lib/ && '
prebuildopts += 'ln -s $EBROOTHTSLIB/lib/libhts.a lib/ && '
prebuildopts += 'ln -s $EBROOTTABIXPP/lib/libtabixpp.a lib/ && '
prebuildopts += 'cp $EBROOTVCFLIB/lib/libvcflib.a lib/ && '
prebuildopts += 'cp $EBROOTHTSLIB/lib/libhts.a lib/ && '
prebuildopts += 'cp $EBROOTTABIXPP/lib/libtabixpp.a lib/ && '

files_to_copy = ['bin']

Expand Down

0 comments on commit e5650fd

Please sign in to comment.