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:
SoniaScard 2023-04-05 03:30:22 +02:00 committed by GitHub
parent 5a4890cef8
commit 674c22f815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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