clp: add build_directory, remove old hack (#10112)
* clp: add build_directory, remove old hack * clp: use spack-build for building
This commit is contained in:
parent
d4b5fc141c
commit
59d7854b89
1 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,4 @@ class Clp(AutotoolsPackage):
|
|||
|
||||
version('1.16.11', sha256='b525451423a9a09a043e6a13d9436e13e3ee7a7049f558ad41a110742fa65f39')
|
||||
|
||||
def configure_args(self):
|
||||
return [
|
||||
'--with-clp-datadir={0}/Data'.format(self.build_directory),
|
||||
]
|
||||
build_directory = 'spack-build'
|
||||
|
|
Loading…
Reference in a new issue