summaryrefslogtreecommitdiff
path: root/science/libcint
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-01-21 22:03:19 +0000
committerSteve Wills <swills@FreeBSD.org>2020-01-21 22:03:19 +0000
commit033b9daecd27faf93fa20a1d0ecfcf37094800d8 (patch)
treefea95fa876ec763af039c730a5e75b867dd3aae2 /science/libcint
parent68eac340c54e4593ee7c6167944a632bc3c47900 (diff)
downloadfreebsd-ports-033b9daecd27faf93fa20a1d0ecfcf37094800d8.zip
math/openblas: Update to 0.3.7
While here, improve formatting and fix build of dependant ports. PR: 231371 Submitted by: yuri (initial version), pkubaj (ppc fixes) Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
Diffstat (limited to 'science/libcint')
-rw-r--r--science/libcint/files/patch-CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/science/libcint/files/patch-CMakeLists.txt b/science/libcint/files/patch-CMakeLists.txt
deleted file mode 100644
index a568548498f6..000000000000
--- a/science/libcint/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
---- CMakeLists.txt.orig 2018-03-26 22:49:26 UTC
-+++ CMakeLists.txt
-@@ -25,7 +25,11 @@ if(QUADMATH_FOUND)
- set(HAVE_QUADMATH_H 1 CACHE INTERNAL "Have QUADMATH")
- endif()
-
--find_package(BLAS REQUIRED)
-+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226959
-+#find_package(BLAS REQUIRED)
-+set(BLAS_FOUND ON)
-+set(BLAS_LINKER_FLAGS -L${CMAKE_INSTALL_PREFIX}/lib -lopenblas -lopenblasp)
-+set(BLAS_LIBRARIES ${CMAKE_INSTALL_PREFIX}/lib/libopenblas.so ${CMAKE_INSTALL_PREFIX}/lib/libopenblasp.so)
-
- include(CheckFunctionExists)
- set(CMAKE_REQUIRED_INCLUDES math.h)