mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
wip
This commit is contained in:
parent
0991f949d0
commit
3584787ec2
|
@ -22,17 +22,12 @@ runtime:
|
|||
OMPI_FCFLAGS: $FCFLAGS -I{{prefix}}/include
|
||||
OMPI_CPPFLAGS: $CPPFLAGS
|
||||
OMPI_LDFLAGS: $LDFLAGS
|
||||
# OMPI_LIBS: $LIBRARY_PATH
|
||||
OMPI_F77FLAGS: $FCFLAGS -I{{prefix}}/include
|
||||
OMPI_F90FLAGS: $FCFLAGS -I{{prefix}}/include
|
||||
# OMPI_FFLAGS: $OMPI_CFLAGS
|
||||
# ORTE_CFLAGS: $OMPI_CFLAGS
|
||||
# ORTE_CXXFLAGS: $OMPI_CFLAGS
|
||||
# OPAL_CFLAGS: $OMPI_CFLAGS
|
||||
# OPAL_CXXFLAGS: $OMPI_CFLAGS
|
||||
# OMPI_LDFLAGS: "-L{{prefix}}/lib"
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
gnu.org/binutils: '*' # needed to compile
|
||||
script:
|
||||
- ./configure $CONFIGURE_ARGS
|
||||
- make --jobs {{ hw.concurrency }} all
|
||||
|
|
Loading…
Reference in a new issue