mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: p/PHREEQC/PHREEQC-3.3.12-12704-intel-2017b.eb
new file: r/Ruby/Ruby-2.4.2.eb deleted: r/Ruby/Ruby-2.4.1.eb
This commit is contained in:
parent
95cec4b939
commit
3abacc71da
26
p/PHREEQC/PHREEQC-3.3.12-12704-intel-2017b.eb
Normal file
26
p/PHREEQC/PHREEQC-3.3.12-12704-intel-2017b.eb
Normal file
@ -0,0 +1,26 @@
|
||||
easyblock = 'ConfigureMake'
|
||||
|
||||
name = 'PHREEQC'
|
||||
version = "3.3.12-12704"
|
||||
|
||||
homepage = 'https://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc/'
|
||||
description = """A Computer Program for Speciation, Batch-Reaction, One-Dimensional Transport, and Inverse Geochemical Calculations"""
|
||||
|
||||
toolchain = {'name': 'intel', 'version': '2017b'}
|
||||
|
||||
# FTP not permissive
|
||||
source_urls = ['ftp://brrftp.cr.usgs.gov/pub/charlton/phreeqc/']
|
||||
sources = ['phreeqc-%(version)s.tar.gz']
|
||||
|
||||
postinstallcmds = [
|
||||
'cd Tests',
|
||||
'make && cd ..',
|
||||
'cp Tests/ %(installdir)s/Tests -R',
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': [],
|
||||
'dirs': ['include', 'lib', 'Tests'],
|
||||
}
|
||||
|
||||
moduleclass = 'geo'
|
@ -1,5 +1,5 @@
|
||||
name = 'Ruby'
|
||||
version = '2.4.1'
|
||||
version = '2.4.2'
|
||||
|
||||
homepage = 'https://www.ruby-lang.org'
|
||||
description = """Ruby is a dynamic, open source programming language with
|
Loading…
x
Reference in New Issue
Block a user