Skip to content

Commit

Permalink
Merge pull request #2182 from boegel/stampy1028_intel2015b_py2710
Browse files Browse the repository at this point in the history
also copy 'ext', set $PATH and $PYTHONPATH correctly for Stampy
  • Loading branch information
boegel committed Dec 3, 2015
2 parents 2a0192f + 37b9b2c commit 56c6448
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ dependencies = [
('Python', pyver),
]

files_to_copy = ['maptools.so', 'plugins', 'README.txt', 'Stampy', 'stampy.py']
files_to_copy = ['ext', 'maptools.so', 'plugins', 'README.txt', 'Stampy', 'stampy.py']

sanity_check_paths = {
'files': ['maptools.so', 'stampy.py'],
'dirs': ['plugins', 'Stampy'],
'dirs': ['ext', 'plugins', 'Stampy'],
}

modextrapaths = {
# add top-level install path to $PATH and $PYTHONPATH
'PATH': [''],
'PYTHONPATH': [''],
}

moduleclass = 'bio'

0 comments on commit 56c6448

Please sign in to comment.