Trying to do some ports (AMES stereopipeline, ASP) for FreeBSD ports, I ran into the issue that math/superlu isn't providing a suitable shared object to compile ASP against. It seems that Linux folks deal with teh problem providing the shared object, so I looked for a general solution on FreeBSD. Since I felt better having math/superlu building a shared object than fiddling around with the build environment provided by NASA's stereopipeline, I' like to provide hereby some patches. Please revise and merge them, if valuable. Regards, Oliver Fix: Attached, you'll find a SHAR archive of the recent port. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer (via the GNATS Auto Assign Tool)
maho 2012-03-14 01:44:04 UTC FreeBSD ports repository Modified files: math/superlu Makefile pkg-plist math/superlu/files patch-make.inc Log: also build shared object instead of only the static archive, and bump portrevision. PR: 166010 Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Feature safe: yes Revision Changes Path 1.43 +6 -1 ports/math/superlu/Makefile 1.6 +14 -10 ports/math/superlu/files/patch-make.inc 1.12 +2 -0 ports/math/superlu/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
maho 2012-03-14 01:44:37 UTC FreeBSD ports repository Added files: math/superlu/files patch-SRC-Makefile Log: also build shared object instead of only the static archive PR: 166010 Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Feature safe: yes Revision Changes Path 1.1 +44 -0 ports/math/superlu/files/patch-SRC-Makefile (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks!