Date: Mon, 4 Oct 1999 17:13:20 +0100 (BST) From: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14120: [PATCH] typo in /usr/ports/math/lapack/Makefile Message-ID: <199910041613.RAA53737@yamame.phy.cam.ac.uk>
next in thread | raw e-mail | index | archive | help
>Number: 14120 >Category: ports >Synopsis: typo in /usr/ports/math/lapack/Makefile >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 4 09:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 3.3-RELEASE i386 >Organization: Univ of Cambridge >Environment: FreeBSD 3.3-RELEASE i386 # $FreeBSD: ports/math/lapack/Makefile,v 1.13 1999/09/22 22:05:07 jmz Exp $ PKGNAME= lapack-3.0 >Description: A typo in Makefile creats wrong symbolic link to BLAS shared library >How-To-Repeat: make install ls -l /usr/local/lib/libblas* >Fix: *** Makefile.orig Mon Oct 4 16:53:17 1999 --- Makefile Mon Oct 4 16:45:27 1999 *************** *** 207,213 **** ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib .if ${PORTOBJFORMAT} == "elf" ! ${LN} -sf libblas.so.3 ${PREFIX}/lib/libblas.so ${LN} -sf liblapack.so.3 ${PREFIX}/lib/liblapack.so .else ${LN} -sf libblas.so.2.0 ${PREFIX}/lib/libblas.so --- 207,213 ---- ${INSTALL_DATA} ${WRKSRC}/BLAS/SRC/libblas.* ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/SRC/liblapack.* ${PREFIX}/lib .if ${PORTOBJFORMAT} == "elf" ! ${LN} -sf libblas.so.2 ${PREFIX}/lib/libblas.so ${LN} -sf liblapack.so.3 ${PREFIX}/lib/liblapack.so .else ${LN} -sf libblas.so.2.0 ${PREFIX}/lib/libblas.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910041613.RAA53737>