aboutsummaryrefslogtreecommitdiff
path: root/cad/tochnog
Commit message (Collapse)AuthorAgeFilesLines
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Unbreak after the math/superlu update in r410620.Raphael Kubo da Costa2016-03-132-4/+4
| | | | | | | | | | | math/superlu no longer ships libsuperlu.a, so tochnog was failing make check-sanity. Switch the dependency to libsuperlu.so and adjust files/patch-makefile accordingly. Notes: svn path=/head/; revision=411007
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-5/+3
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-1/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-242-3/+2
| | | | | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket Notes: svn path=/head/; revision=382111
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371238
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 20140100 and undeprecateRene Ladan2014-03-299-189/+117
| | | | | | | | | | | | | - Update MASTER_SITES - Port now consists of four source tarballs - Set license to GPLv2 - Use zip and dos2unix - Depend on lapack if not using atlas Submitted by: thierry Notes: svn path=/head/; revision=349596
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Deprecate ports unmaintained for which distillator is not able to find ↵Baptiste Daroussin2014-02-071-0/+3
| | | | | | | | | public distfiles Reported by: distilator Notes: svn path=/head/; revision=343287
* - Use options framework.Tijl Coosemans2013-12-215-249/+285
| | | | | | | | | | | | - USES=fortran. - Eliminate FORTRANLIBS and GCCLIBDIR. - Staging. - Install examples depending on the EXAMPLES option instead of DOCS. - Fix build with THREADS option (superlu_mt changes and C++11 mutex conflict). Notes: svn path=/head/; revision=337146
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in cad With hat: portmgr Notes: svn path=/head/; revision=336172
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)Pietro Cerutti2013-02-072-3/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=311861
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-2/+2
| | | | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286242
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-1/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-1/+1
| | | | Notes: svn path=/head/; revision=225403
* - 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