correct STAMP dependency in i-cisTarget, must be 1.3#3613
correct STAMP dependency in i-cisTarget, must be 1.3#3613boegel merged 2 commits intoeasybuilders:developfrom
Conversation
|
Test report by @boegel |
|
|
||
| start_dir = 'src' | ||
|
|
||
| cmds_map = [('.*', "$CXX $CXXFLAGS -o stamp *.cpp -lm -lgsl -lgslcblas")] |
There was a problem hiding this comment.
@wpoely86 Why? To ensure GSL is picked up from the right location? That's taken care of via $LIBRARY_PATH, no?
There was a problem hiding this comment.
yes and any other flags we give it there. If you compile without -c, add $LDFLAGS
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Thanks for the review @wpoely86! |
| source_urls = ['https://github.com/seqcode/stamp/archive/'] | ||
| sources = ['v%(version)s.tar.gz'] | ||
|
|
||
| dependencies = [('GSL', '2.1')] |
STAMP must be version 1.3 to ensure that a bugfix relevant to i-cisTarget is included, cfr. seqcode/stamp@9cdb232