summaryrefslogtreecommitdiffstats
path: root/cad/calculix
Commit message (Collapse)AuthorAgeFilesLines
* The CalculiX authors ahve fixed a segmentation faultnork2003-09-253-1/+29
| | | | | | | | with a minor change in the cgx distfile. PR: ports/57071 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Approved by: maho
* Unbreak for 4-STABLE with ad hoc patch.maho2003-08-301-0/+127
| | | | | | | | replace _toupper to toupper. _toupper is a macro defined at 5-CURRENT in ctype.h so it doesn't harm for both. Submitted by: bento
* Rename the name of the patch. just a typomaho2003-08-091-0/+0
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* fix a problem when deleting exampledirmaho2003-08-081-7/+7
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* update to 1.1maho2003-08-0820-245/+275
| | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
* Unbreak for 4-STABLE with ad hoc patch.maho2003-07-271-0/+127
| | | | | | | replace _toupper to toupper. _toupper is a macro defined at 5-CURRENT in ctype.h Submitted by: kris (bento's log)
* a) patch-cgx_1.0+src+readcxx.c is not needed anymore since wemaho2003-07-124-127/+42
| | | | | | | | | | fixed the spooles port b) there are three (small) missing patches from the experimental tree that are not in the files dir. Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Reviewed by: maho
* some cleanupsmaho2003-06-304-29/+853
| | | | | | | | 1. add documents/examples 2. slight patches PR: 52018 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* Fix broken for 4-STABLE:maho2003-05-102-5/+131
| | | | | | | | | | 1. ports/math/spooles uses threading, so add pthread explicitly for 5.1-BETA we don't ever need it. 2. _toupper should be a macro version of subset of toupper. See the difference between ctype.h of 5.1-BETA and 4-STABLE. However, I don't see the reason why it cgx uses _toupper (thread safety?). Pointed out by: kris
* A Three-Dimensional Structural Finite Element Programmaho2003-05-057-0/+174
Submitted by : Pedro F. Giffuni <giffunip@yahoo.com> Almost writeen by: maho
OpenPOWER on IntegriCloud