Skip to content

Commit

Permalink
Roll back to DYNAMIC_ARCH=0 and set TARGET=CORE2
Browse files Browse the repository at this point in the history
  • Loading branch information
hqucms authored and kpedro88 committed Oct 21, 2019
1 parent 8cfd950 commit c94a4b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OpenBLAS.spec
Expand Up @@ -10,12 +10,12 @@ Source: https://github.com/xianyi/OpenBLAS/archive/v%{realversion}.tar.gz

# PRESCOTT is a generic x86-64 target https://github.com/xianyi/OpenBLAS/issues/685
%ifarch x86_64
make FC=gfortran BINARY=64 TARGET=PENRYN NUM_THREADS=256 DYNAMIC_ARCH=1
make FC=gfortran BINARY=64 TARGET=CORE2 NUM_THREADS=256 DYNAMIC_ARCH=0
%else
%ifarch aarch64
make FC=gfortran BINARY=64 TARGET=ARMV8 NUM_THREADS=256 DYNAMIC_ARCH=1
make FC=gfortran BINARY=64 TARGET=ARMV8 NUM_THREADS=256 DYNAMIC_ARCH=0
%else
make FC=gfortran BINARY=64 NUM_THREADS=256 DYNAMIC_ARCH=1
make FC=gfortran BINARY=64 NUM_THREADS=256 DYNAMIC_ARCH=0
%endif # aarch64
%endif # x86_64

Expand Down

0 comments on commit c94a4b9

Please sign in to comment.