Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tony Delarue
guix-hpc
Commits
1f016fac
Commit
1f016fac
authored
Oct 28, 2019
by
AGULLO Emmanuel
Browse files
Add pastix-nopython-notest
parent
36c292d3
Changes
1
Show whitespace changes
Inline
Side-by-side
inria/hiepacs.scm
View file @
1f016fac
...
...
@@ -854,3 +854,17 @@ CTAGS = $(CTAGSPROG)
(
package-propagated-inputs
pastix-6
))))))
(
define-public
pastix
pastix-6
)
(
define-public
pastix-nopython-notest
(
package
(
inherit
pastix
)
(
name
"pastix-nopython-notest"
)
(
arguments
(
substitute-keyword-arguments
(
package-arguments
chameleon
)
((
#
:configure-flags
flags
'
())
`
(
cons
"-DPASTIX_BUILD_TESTING=OFF"
,
flags
))))
(
inputs
`
(
,@
(
delete
`
(
"python2"
,
python-2
)
(
package-inputs
pastix
))
,@
(
delete
`
(
"python2-numpy"
,
python2-numpy
)
(
package-inputs
pastix
))
,@
(
delete
`
(
"python2-scipy"
,
python2-scipy
)
(
package-inputs
pastix
))
))))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment