mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
sys-cluster/sionlib: fix compiler vars
Closes: https://bugs.gentoo.org/785727 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
@@ -45,14 +45,11 @@ pkg_setup() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
export AR=$(tc-getAR)
|
||||
export CC=$(tc-getCC)
|
||||
export CXX=$(tc-getCXX)
|
||||
tc-export AR CC CXX F77 FC
|
||||
export MPICC=/usr/bin/mpicc
|
||||
export MPICXX=/usr/bin/mpicxx
|
||||
export MPIF77=/usr/bin/mpif77
|
||||
export MPIF90=/usr/bin/mpif90
|
||||
export F77=$(tc-getF77)
|
||||
export F90=$(tc-getFC)
|
||||
export OMPF77=$(tc-getF77)
|
||||
export OMPF90=$(tc-getFC)
|
||||
@@ -81,7 +78,8 @@ src_configure() {
|
||||
|
||||
src_compile() {
|
||||
export VARTEXFONTS="${T}/fonts"
|
||||
default
|
||||
emake C_AR=$(tc-getAR)
|
||||
|
||||
if use doc ; then
|
||||
doxygen -u doxy || die
|
||||
doxygen doxy || die
|
||||
|
||||
Reference in New Issue
Block a user