gentoo-ebuilds/sci-libs/blis/files/blis-1.0-no-helper-headers.patch
Sv. Lockal 9c9c079f49
sci-libs/blis: add 1.0
Changes from 0.9:
* Added patch to not install /usr/include/cblas.h, as it conflicts with sci-libs/lapack
* aarch64 now builds/passes tests (in qemu), can be keyworded later

Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36974
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2024-06-03 15:27:03 +02:00

13 lines
418 B
Diff

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)