mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 11:03:09 -04:00
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS is an open source project supported by Lab of Parallel Software and Computational Science, ISCAS. NOTE: If you want to specify your CPU microarchitecture manually, please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM". This value is set TARGET build flag. WWW: https://github.com/xianyi/OpenBLAS PR: 165684 Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
15 lines
448 B
Text
15 lines
448 B
Text
--- Makefile.rule.orig 2012-02-05 16:36:05.000000000 +0900
|
|
+++ Makefile.rule 2012-02-05 16:36:23.000000000 +0900
|
|
@@ -14,10 +14,10 @@
|
|
|
|
# C compiler including binary type(32bit / 64bit). Default is gcc.
|
|
# Don't use Intel Compiler or PGI, it won't generate right codes as I expect.
|
|
-# CC = gcc
|
|
+CC = %%CC%%
|
|
|
|
# Fortran compiler. Default is g77.
|
|
-# FC = gfortran
|
|
+FC = %%FC%%
|
|
|
|
# Even you can specify cross compiler
|
|
# CC = x86_64-w64-mingw32-gcc
|