lapack: revert previous, fixed in compiler/gcc.mk v1.1260

This commit is contained in:
tnn 2023-08-03 12:08:33 +00:00
parent fe3587c2d7
commit 20e47c75da

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.17 2023/08/02 22:19:22 tnn Exp $
# $NetBSD: Makefile.common,v 1.18 2023/08/03 12:08:33 tnn Exp $
# used by math/blas/Makefile
# used by math/cblas/Makefile
# used by math/lapacke/Makefile
@ -51,8 +51,6 @@ CMAKE_ARGS= -DBUILD_DEPRECATED=ON \
-DCMAKE_INSTALL_INCLUDEDIR=${PREFIX}/include/${HEADERDIR} \
${LAPACK_COMPONENT_CMAKE_ARGS}
FFLAGS+= -fPIC
# The cmake files are not ready for prime time.
post-install:
rm -rf "${DESTDIR}${PREFIX}/lib/cmake"