Skip to content
Snippets Groups Projects
Commit 59d7854b authored by Justin Stanley's avatar Justin Stanley Committed by Adam J. Stewart
Browse files

clp: add build_directory, remove old hack (#10112)

* clp: add build_directory, remove old hack

* clp: use spack-build for building
parent d4b5fc14
No related branches found
No related tags found
No related merge requests found
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment