Opened 6 years ago
Closed 2 years ago
#57715 closed submission (fixed)
calculix-ccx: new port submission
Reported by: | mbrethen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | calculix-ccx |
Description (last modified by mbrethen)
Requesting a new port to install calculix-ccx: http://www.dhondt.de
There is a pkg hosted on the svnweb freebsd org that has a port: https://svnweb.freebsd.org/ports/head/cad/calculix-ccx/
I have included a developmental portfile, patch and build log. Disregard the log file; fixed in patch.
Attachments (3)
Change History (12)
Changed 6 years ago by mbrethen
comment:1 Changed 6 years ago by mbrethen
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Port: | calculix-ccx added |
---|---|
Summary: | calculix-ccx: port request → calculix-ccx: new port submission |
Type: | request → submission |
Changed 6 years ago by mbrethen
Attachment: | patch-ccx-build.diff added |
---|
comment:3 Changed 6 years ago by mbrethen
Description: | modified (diff) |
---|
Changed 6 years ago by mbrethen
comment:4 Changed 6 years ago by mbrethen
comment:5 Changed 6 years ago by kencu (Ken)
Mark, can you straighten out for us what is the difference between 57715 and 57763, so we know how to think about these? Thanks.
comment:6 Changed 6 years ago by mbrethen
Yes, CalculiX is composed of two independent packages: ccx and cgx. #57715 installs ccx, the main tool for doing finite element analysis (FEA). It depends on fortran and, according to the documentation, needs be built with GCC. #57763 installs the pre/post-processor cgx. It uses OpenGL and the C++libraries it depends on are built with native clang. Building it with GCC could cause C++ library conflicts, I'm told.
I made them independent ports to better focus on the specific requirements of each tool and avoid compiler-related conflicts. Hope this helps.
comment:7 Changed 6 years ago by mbrethen
comment:8 follow-up: 9 Changed 2 years ago by mbrethen
This ticket can be closed--I've since update the Portfile.
comment:9 Changed 2 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to mbrethen:
This ticket can be closed--I've since update the Portfile.
Sounds good, thanks for fixing!
#57715 and #57763 replace #50810, which it appears was never committed.