Bug 81066 - New port: science/lamprop calculates properties of fiber-reinforced composite laminates
Summary: New port: science/lamprop calculates properties of fiber-reinforced composite...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-15 15:40 UTC by rsmith
Modified: 2005-05-15 22:45 UTC (History)
0 users

See Also:


Attachments
file.shar (1.82 KB, text/plain)
2005-05-15 15:40 UTC, rsmith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rsmith 2005-05-15 15:40:02 UTC
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.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-05-15 21:34:57 UTC
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? 



Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2005-05-15 21:34:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry


Take it.
Comment 3 Thierry Thomas freebsd_committer freebsd_triage 2005-05-15 22:44:34 UTC
State Changed
From-To: feedback->closed


New port added, thanks!