Skip to content

Commit

Permalink
style: witespace around operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Mogilev (Advanced Research Computing) committed May 21, 2024
1 parent 26987b0 commit 0237769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easyconfigs/t/TPMCalculator/TPMCalculator-0.0.4-GCC-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies = [
('BamTools', '2.5.2')
]

prebuildopts ='export CPPFLAGS="-I$EBROOTBAMTOOLS/include/bamtools/" &&'
prebuildopts +='export LDFLAGS="-L$EBROOTBAMTOOLS/lib -Wl,-rpath,$EBROOTBAMTOOLS/lib" &&'
prebuildopts = 'export CPPFLAGS="-I$EBROOTBAMTOOLS/include/bamtools/" &&'
prebuildopts += 'export LDFLAGS="-L$EBROOTBAMTOOLS/lib -Wl,-rpath,$EBROOTBAMTOOLS/lib" &&'

sanity_check_paths = {
'files': ['bin/TPMCalculator'],
Expand Down

0 comments on commit 0237769

Please sign in to comment.