Commit graph

32 commits

Author SHA1 Message Date
Brendan Fabeny
f552181979 Use a versioned name for metis4, to help some tools to distinguish it from metis 2013-11-22 19:24:37 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
2013-10-26 00:52:33 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Brendan Fabeny
c55a305d36 Use the compiler to assemble the shared libraries, in order to avoid linking
problems

PR:		177201
Submitted by:	marino, thierry
2013-08-13 05:07:35 +00:00
Thierry Thomas
66a0c2cfc4 Chasing Code_Aster's upgrade - no change. 2013-03-19 20:34:49 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Brendan Fabeny
028efa759f Adopt
Feature safe:	yes
2011-11-19 09:04:39 +00:00
Thierry Thomas
cb4f661ae0 Chase Code_Aster's upgrade. 2010-09-16 21:23:32 +00:00
Thierry Thomas
9f1de00c4c Don't try to build a shared library on != i386, it fails.
Reported by:	QAT
2010-05-24 13:59:02 +00:00
Thierry Thomas
1a1bebc598 Trying to fix on amd64.
Reported by:	pointyhat via Pav
2010-05-22 12:53:44 +00:00
Thierry Thomas
6668894f5d Borrow some bits from math/metis to build and install a shared lib, and
install the headers.
2010-05-19 18:59:17 +00:00
Thierry Thomas
d13e955c67 Upgrade to 4.1-2. 2010-03-26 18:30:45 +00:00
Pav Lucistnik
ed9c0642a6 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-18 22:39:55 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Thierry Thomas
7d72a3566c - Upgrade to 4.1.1;
- Use aster's distfiles.
2009-01-20 18:29:59 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Maho Nakata
597fc2c3c8 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-14 02:21:32 +00:00
Maho Nakata
28fce7b147 * Migrate to gfortran.
* Bump port revision.
2007-01-11 08:28:54 +00:00
Thierry Thomas
055a2a5107 Define WITH_FORTRAN on -CURRENT. 2006-12-13 23:23:58 +00:00
Thierry Thomas
32b1c316ff Upgrade to 4.0-3. 2006-07-08 20:27:38 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Thierry Thomas
cb96086e80 Update to 4.0-2. 2006-01-15 23:15:43 +00:00
Pav Lucistnik
6d7f8c459f - Add SHA256 2005-11-25 15:48:16 +00:00
Thierry Thomas
915461ba90 Upgrade to 4.0. 2005-01-17 21:08:20 +00:00
Trevor Johnson
f15b845ebe SIZEify. 2004-01-29 16:13:06 +00:00
Pav Lucistnik
8a0dc91f63 - www.code-aster.org was reorganized. fix fetching
PR:		ports/60121
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-10 23:09:50 +00:00
Greg Lewis
0f37bb5fd9 . Welcome metis-edf to the math category after a repo copy from cad.
PR:		58178
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-09 19:33:24 +00:00
Greg Lewis
7085ed74dc . Update to 3.1 to synchronise with the changes to the cad copy of
metis-edf which was just removed.  I probably should have asked for
  the repo copy to be redone but the removal has been done.

PR:		59312
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-12-09 19:30:56 +00:00
Oliver Lehmann
151b250bdc unbreaking on Alpha (and maybe on other 64bit platforms (untested))
bump PORTREVISION

Submitted by:	Thierry Thomas <thierry@pompo.net>
PR:		ports/55544
2003-08-13 14:34:12 +00:00
Oliver Lehmann
965932ea56 mark both conflicting each other (they are installing both a same named binary)
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-07-24 21:08:11 +00:00
Oliver Lehmann
9fd1a0b832 Add metis-edf 3, meshes partionning tool used by Code_Aster.
PR:		53909
Submitted by:	thierry@pompo.net
2003-07-23 08:37:16 +00:00