diff options
| author | Pjotr Prins | 2025-11-26 12:01:37 +0100 |
|---|---|---|
| committer | Pjotr Prins | 2025-11-26 12:01:37 +0100 |
| commit | 806a01c27a1fd366c120820de0c38caea1d4cdcd (patch) | |
| tree | fae0f2e33453c77f4fdc58c952bda397892c984a /guix.scm | |
| parent | c9824193dd3fd6ff398942885f110b27d8b646a0 (diff) | |
| download | pangemma-806a01c27a1fd366c120820de0c38caea1d4cdcd.tar.gz | |
openblas speed on par
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index 23b7583..b46b832 100644 --- a/guix.scm +++ b/guix.scm @@ -80,6 +80,9 @@ #:make-flags #~(list (string-append "PREFIX=" #$output) (string-append "CFLAGS=-O3 -g -Wno-incompatible-pointer-types -Wno-error=implicit-function-declaration") + "COPT=" + "COMMON_OPT=" + "DYNAMIC_ARCH=" "SHELL=bash" "MAKE_NB_JOBS=0" ;use jobserver for submakes @@ -103,7 +106,8 @@ (target-aarch64?)) ;; Dynamic older enables a few extra CPU architectures ;; on x86_64 that were released before 2010. - '("DYNAMIC_ARCH=1" "DYNAMIC_OLDER=1" "TARGET=GENERIC")) + '("DYNAMIC_ARCH=1" "TARGET=GENERIC")) + ;; '("DYNAMIC_ARCH=" "TARGET_CORE=ZEN")) ;; On some of these architectures the CPU type can't be detected. ;; We list the oldest CPU core we want to have support for. ;; On MIPS we force the "SICORTEX" TARGET, as for the other |
