py-pyscf: add version 1.7.5. (#20135)
This commit is contained in:
parent
52986f3b0c
commit
0d25a48a13
@ -16,6 +16,7 @@ class PyPyscf(PythonPackage):
|
||||
|
||||
maintainers = ['naromero77']
|
||||
|
||||
version('1.7.5', tag='v1.7.5')
|
||||
version('1.7.3', tag='v1.7.3')
|
||||
|
||||
# dependencies
|
||||
@ -27,7 +28,8 @@ class PyPyscf(PythonPackage):
|
||||
depends_on('blas')
|
||||
depends_on('libcint+coulomb_erf+f12')
|
||||
depends_on('libxc')
|
||||
depends_on('xcfun@:2.0.0a2') # PySCF does not support recent version of the xcfun API'
|
||||
depends_on('xcfun')
|
||||
depends_on('xcfun@2.0.0a2', when='@:1.7.4')
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
# Tell PSCF where supporting libraries are located."
|
||||
@ -36,6 +38,7 @@ def setup_build_environment(self, env):
|
||||
pyscf_search_dir = []
|
||||
pyscf_search_dir.append(spec['blas'].prefix)
|
||||
pyscf_search_dir.append(spec['libcint'].prefix)
|
||||
pyscf_search_dir.append(spec['libcint'].prefix.lib64)
|
||||
pyscf_search_dir.append(spec['libxc'].prefix)
|
||||
pyscf_search_dir.append(spec['xcfun'].prefix)
|
||||
pyscf_search_dir.append(spec['xcfun'].prefix.include.XCFun)
|
||||
|
Loading…
Reference in New Issue
Block a user