aboutsummaryrefslogtreecommitdiff
path: root/cad/tochnog
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* Now we use USE_FORTRAN=yes to use FORTRAN.Maho Nakata2007-07-121-4/+1
| | | | Notes: svn path=/head/; revision=195453
* * Migrate to gfortran.Maho Nakata2007-01-122-2/+12
| | | | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. Notes: svn path=/head/; revision=182251
* - Attempt to fix build on FreeBSD 4.XPav Lucistnik2006-08-061-4/+4
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=169838
* - use standard BLAS instead of ATLAS so this can be packaged. Of course we ↵Pav Lucistnik2006-06-234-16/+216
| | | | | | | | | | | | | still have a WITH_ATLAS knob - Minor changes to better match the CVS version - Add GETOPT_LONG support PR: ports/99259 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=166115
* remove USE_REINPLACE for all ports with categories starting with CEdwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161308
* A cosmetic changeMaho Nakata2006-02-151-1/+1
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=156088
* build cleanup of cad/tochnog againMaho Nakata2006-02-152-2/+1
| | | | | | | | PR: 92782 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=156074
* o Update to tochnog accodingly (by version up of superlu)Maho Nakata2006-02-136-71/+87
| | | | | | | | | o cleanup PR: 92782 Submitted by: Pedro F.Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=155889
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149234
* The tochnog port installs some plugins into a directory which is owned byAlexander Leidinger2005-06-261-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | the the cad/linux-gid port, but it doesn't adds a dependency to linux-gid, since tochnog can be used standalone. The right thing to do would be to add a slave port which installs the plugins only. The slave port would have to depend upon linux-gid and tochnog. Since the linux-gid port installs now in X11BASE and tochnog installs in LOCALBASE, we have a plist problem ATM too. In light of the recent discussion about the right base directory for ports which use X11 bits I decided to go the quick route until everything is decided: - move linux-gid back to LOCALBASE - let tochnog still install the plugins This reverts back to the status quo (a working tochnog/linux-gid). Someone with a good asbestos suite may want to mark the tochnog port BROKEN. Dependencies explained by: pfgshield-freebsd@yahoo.com Notes: svn path=/head/; revision=138033
* Chase dependency location (linux-gid) after my linux mega-patch.Alexander Leidinger2005-06-251-1/+2
| | | | | | | Noticed by: pfgshield-freebsd@yahoo.com Notes: svn path=/head/; revision=138009
* Fix pkg-plistMaho Nakata2005-03-242-3/+3
| | | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris via pointy hat Approved by: portmgr(marcus) Notes: svn path=/head/; revision=131925
* Fix build for superlu_mt caseMaho Nakata2005-03-191-4/+6
| | | | | | | Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Notes: svn path=/head/; revision=131641
* o Add GiD (an excellent mesher and postprocessor) supportMaho Nakata2005-03-192-211/+229
| | | | | | | | | | | via Linux ABI. o Cleanups PR: 78766 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=131622
* tochnog builds with gcc-3.4.2.Thierry Thomas2004-10-261-12/+6
| | | | | | | | | | Since I'm there, replace USE_THREADS by WITH_THREADS. PR: ports/73125 Submitted by: Pedro F. Giffuni. Notes: svn path=/head/; revision=120282
* Unbreak.Maho Nakata2004-05-052-2/+22
| | | | | | | Suggestion by: "Pedro F. Giffuni" <giffunip@yahoo.com> and kris Notes: svn path=/head/; revision=108470
* BROKEN: Does not compileKris Kennaway2004-04-171-0/+2
| | | | Notes: svn path=/head/; revision=107300
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Honor CXXFLAGS.Maho Nakata2003-07-192-5/+5
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85161
* Remove Makefile~; of course it isMaho Nakata2003-07-131-78/+0
| | | | | | | | | unnecessary Pointy hat to: myself Notes: svn path=/head/; revision=84803
* Add new port cad/tochnogMaho Nakata2003-07-1311-0/+554
tochnog is a free finite element program with many features which is distributed under GPL. TOCHNOG accepts free format input. Boundary conditions can be imposed at geometrical entities, as well as nodes and elements. PR: 52088 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84798