mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 12:35:10 +03:00
wip
This commit is contained in:
parent
0991f949d0
commit
3584787ec2
1 changed files with 2 additions and 7 deletions
|
@ -22,17 +22,12 @@ runtime:
|
||||||
OMPI_FCFLAGS: $FCFLAGS -I{{prefix}}/include
|
OMPI_FCFLAGS: $FCFLAGS -I{{prefix}}/include
|
||||||
OMPI_CPPFLAGS: $CPPFLAGS
|
OMPI_CPPFLAGS: $CPPFLAGS
|
||||||
OMPI_LDFLAGS: $LDFLAGS
|
OMPI_LDFLAGS: $LDFLAGS
|
||||||
# OMPI_LIBS: $LIBRARY_PATH
|
|
||||||
OMPI_F77FLAGS: $FCFLAGS -I{{prefix}}/include
|
OMPI_F77FLAGS: $FCFLAGS -I{{prefix}}/include
|
||||||
OMPI_F90FLAGS: $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:
|
build:
|
||||||
|
dependencies:
|
||||||
|
gnu.org/binutils: '*' # needed to compile
|
||||||
script:
|
script:
|
||||||
- ./configure $CONFIGURE_ARGS
|
- ./configure $CONFIGURE_ARGS
|
||||||
- make --jobs {{ hw.concurrency }} all
|
- make --jobs {{ hw.concurrency }} all
|
||||||
|
|
Loading…
Reference in a new issue