pkgsrc/math/lapack
ryoon 96c2c10124 cblas: Fix link to Fortran libraries by using Fortran compiler as linker
On NetBSD.
In PKGSRC_FORTRAM=gfortran case, libcblas has no RPATH=/usr/pkg/gccXX/lib
and libgfortran and libquadmath are not found.
In PKGSRC_FORTRAN=g95 case, libcblas has no
RPATH=/usr/pkg/lib/gcc-lib/x86_64--netbsd/4.1.2 and libf95 is not found.

Use Fortran compiler as linker instread of C compiler to fix link.
2021-04-21 13:53:18 +00:00
..
patches cblas: Fix link to Fortran libraries by using Fortran compiler as linker 2021-04-21 13:53:18 +00:00
buildlink3.mk math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
DESCR math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
distinfo cblas: Fix link to Fortran libraries by using Fortran compiler as linker 2021-04-21 13:53:18 +00:00
Makefile math/lapack: remove bad/broken BLAS_LIBS usage, always use netlib BLAS here 2021-03-25 08:32:48 +00:00
Makefile.common math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
PLIST math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00
version.mk math/blas, math/lapack: Install interchangeable BLAS system 2020-10-12 21:51:57 +00:00