modified: p/PHREEQC/PHREEQC-3.3.12-12704-intel-2017b.eb

This commit is contained in:
Lukáš Krupčík 2017-09-20 12:57:10 +02:00
parent e4a2adfe40
commit 9d236f60dc

View File

@ -13,8 +13,7 @@ source_urls = ['ftp://brrftp.cr.usgs.gov/pub/charlton/phreeqc/']
sources = ['phreeqc-%(version)s.tar.gz'] sources = ['phreeqc-%(version)s.tar.gz']
postinstallcmds = [ postinstallcmds = [
'cd Tests', 'make check',
'make && cd ..',
'cp Tests/ %(installdir)s/Tests -R', 'cp Tests/ %(installdir)s/Tests -R',
] ]