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
36076fce
Commit
36076fce
authored
Nov 07, 2019
by
MARAIT Gilles
Browse files
Fix lapackpp; maphys++
parent
887b6be8
Changes
1
Show whitespace changes
Inline
Side-by-side
inria/hiepacs.scm
View file @
36076fce
...
...
@@ -396,11 +396,16 @@ solve massive sparse systems efficiently.")
(
add-before
'configure
'fixgcc7
(
lambda
_
(
unsetenv
"C_INCLUDE_PATH"
)
(
unsetenv
"CPLUS_INCLUDE_PATH"
))))
(
unsetenv
"CPLUS_INCLUDE_PATH"
)
#t
))
(
add-before
'check
'prepare-test-environment
(
lambda
_
;; Allow tests with more MPI processes than available CPU cores,
;; which is not allowed by default by OpenMPI
(
setenv
"OMPI_MCA_rmaps_base_oversubscribe"
"1"
)
#t
)))
))
(
build-system
cmake-build-system
)
(
inputs
`
((
"la
pack"
,
open
blas
)
(
"
b
la
s
pp"
,
b
la
s
pp
)
(
inputs
`
((
"
b
la
spp"
,
blas
pp
)
(
"la
pack
pp"
,
la
pack
pp
)
(
"pastix"
,
pastix
)))
(
propagated-inputs
`
((
"mpi"
,
openmpi
)
(
"ssh"
,
openssh
)))
...
...
@@ -436,7 +441,7 @@ such as: namespaces, templates, exceptions, etc.")
#
:tests?
#f
))
;;'(#:configure-flags '("-DBLASPP_BUILD_TESTS=ON")
(
build-system
cmake-build-system
)
(
inputs
`
((
"openblas"
,
openblas
)))
;; technically only blas
(
propagated-
inputs
`
((
"openblas"
,
openblas
)))
;; technically only blas
(
native-inputs
`
((
"gfortran"
,
gfortran
)))
(
license
#f
)))
...
...
@@ -466,8 +471,7 @@ etc.")
'
(
#
:configure-flags
'
(
"-DBUILD_LAPACKPP_TESTS=OFF"
)
#
:tests?
#f
))
(
build-system
cmake-build-system
)
(
inputs
`
((
"openblas"
,
openblas
)
;; technically only lapack
(
"blaspp"
,
blaspp
)))
(
inputs
`
((
"blaspp"
,
blaspp
)))
(
native-inputs
`
((
"gfortran"
,
gfortran
)))
(
license
#f
)))
...
...
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