Bug 566972

Summary: Review Request: ccx - finite element solver
Product: [Fedora] Fedora Reporter: Manfred Spraul <manfred>
Component: Package ReviewAssignee: Dan HorĂ¡k <dan>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dan, fedora-package-review
Target Milestone: ---Flags: dan: fedora-review?
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-22 08:48:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 566964    
Bug Blocks: 558535    

Description Manfred Spraul 2010-02-20 20:22:11 UTC
CalculiX is a 2D and 3D FEM solver.

Base package:
- http://www.dhondt.de/
- License: GPLv2
- multiple matrix solvers are supported, some of them non-free.

rpm spec file:
- http://sourceforge.net/projects/calculix-rpm/files/fedora/ccx-2.0-4.fc12.src.rpm/download
- generates two rpms: one with the executable and documentation, one with the examples.
- no dependence between the examples and the base package: the examples are useful even without the base package
- two iterative matrix solvers and the SPOOLES library [both serial and parallel] are enabled. The non-free solvers [e.g. sgi] are disabled.
- the package depends on ARPACK and libspooles.
ARPACK already exists in Fedora, libspooles would be new.