mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
- change maintainer address to FreeBSD.org one - fold in changes suggested by [1] PR: 107022, 108807 (based on) [1] Submitted by: thinker@heaven.branda.to [1] Approved by: ehaupt (mentor)
10 lines
330 B
INI
10 lines
330 B
INI
[DEFAULT]
|
|
lapack_type=atlas
|
|
library_dirs = /usr/lib:%%LOCALBASE%%/lib:%%GCCLIBDIR%%
|
|
include_dirs = /usr/include:%%LOCALBASE/include
|
|
src_dirs = %%LOCALBASE%%/src
|
|
# search static libraries (.a) in preference to shared ones (.so)
|
|
search_static_first = 0
|
|
[atlas]
|
|
library_dirs = %%LOCALBASE%%, %%GCCLIBDIR%%
|
|
atlas_libs = %%ATLASLIBS%%
|