summaryrefslogtreecommitdiff
path: root/sci-libs/blis/files/blis-1.0-no-helper-headers.patch
blob: ec747824e7dcd0be3062163202668b501d868d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Don't install one-line "helper header" cblas.h into /usr/include,
as it conflicts with sci-libs/lapack.
--- a/Makefile
+++ b/Makefile
@@ -1052,7 +1052,7 @@ endif
 
 # --- Install header rules ---
 
-install-headers: check-env $(MK_INCL_DIR_INST) install-helper-headers
+install-headers: check-env $(MK_INCL_DIR_INST)
 
 # Rule for installing main headers.
 $(MK_INCL_DIR_INST): $(HEADERS_TO_INSTALL) $(CONFIG_MK_FILE)