Lamprop takes in input file describing the lay-up and constituent materials of a fiber-reinforced composite laminate, and calculates some mechanical and other properties. The submitter is the original author of the software, and will maintain the port.
State Changed From-To: open->feedback It does not compile on FreeBSD-4.x with gcc-2.95: ===> Building for lamprop-1.3.1 cc -O -pipe -march=pentiumpro -fno-unit-at-a-time -DNDEBUG -DVERSION="1.3.1" -DPACKAGE="lamprop" -c calc.c cc1: Invalid option `-fno-unit-at-a-time' *** Error code 1 I suggest to use gcc-3.4, unless you prefer another option: --- lamprop.diff begins here --- diff -urN science/lamprop.orig/Makefile science/lamprop/Makefile --- science/lamprop.orig/Makefile Sun May 15 22:31:45 2005 +++ science/lamprop/Makefile Sun May 15 22:28:20 2005 @@ -14,6 +14,7 @@ COMMENT= Calculates properties of fiber reinforced composites USE_REINPLACE= yes +USE_GCC= 3.4 PLIST_FILES= bin/lamprop --- lamprop.diff ends here --- Could you please review it?
Responsible Changed From-To: freebsd-ports-bugs->thierry Take it.
State Changed From-To: feedback->closed New port added, thanks!