Packages/ophidia primitives (#36575)
* ophidia-primitives: new package at v1.7 * ophidia-primitives: Add mantainers * ophidia-primitives: Fix style * ophidia-primitives: update configure arguments * Fix style in package.py --------- Co-authored-by: SoniaScard <SoniaScard@users.noreply.github.com> Co-authored-by: Donatello Elia <eldoo@users.noreply.github.com>
This commit is contained in:
parent
5a4890cef8
commit
674c22f815
@ -30,9 +30,6 @@ def autoreconf(self, spec, prefix):
|
||||
autoreconf("--install", "--verbose", "--force")
|
||||
|
||||
def configure_args(self):
|
||||
args = [
|
||||
"--with-gsl-lib-path={0}".format(self.spec["gsl"].prefix.lib),
|
||||
"--with-gsl-header-path={0}".format(self.spec["gsl"].prefix.include),
|
||||
]
|
||||
args = ["--with-matheval-path={0}".format(self.spec["libmatheval"].prefix.lib)]
|
||||
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user