From b0a1a0244de7ce1ccb1b761a8a677cc8057904ad Mon Sep 17 00:00:00 2001 From: miqlas <5569059+extrowerk@users.noreply.github.com> Date: Tue, 12 Dec 2017 21:41:57 +0100 Subject: [PATCH] ARPACK: x86 build fix --- sci-libs/arpack/arpack-3.5.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/arpack/arpack-3.5.0.recipe b/sci-libs/arpack/arpack-3.5.0.recipe index b38abc690..ec28dabf7 100644 --- a/sci-libs/arpack/arpack-3.5.0.recipe +++ b/sci-libs/arpack/arpack-3.5.0.recipe @@ -57,7 +57,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:cmake cmd:make - cmd:gfortran + cmd:gfortran$secondaryArchSuffix cmd:g++$secondaryArchSuffix "