removed workaround
This commit is contained in:
parent
5acd7cad9a
commit
ddfc276688
@ -38,9 +38,5 @@ def install(self, spec, prefix):
|
|||||||
"--with-bootfabric=cobo",
|
"--with-bootfabric=cobo",
|
||||||
"--with-rm=slurm")
|
"--with-rm=slurm")
|
||||||
|
|
||||||
# TODO: remove once Jira SPACK-19 is fixed
|
|
||||||
import shutil
|
|
||||||
shutil.copy2('/usr/bin/libtool', 'libtool')
|
|
||||||
|
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user