1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
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
Alexey Dokuchaev
b89299d167 - Fix parallel build by telling make(1) that binary depends on a library
- Reword COMMENT text while I am here (pkg-descr is still a mess though;
  Makefile also needs some love and cleaning)

Reported by:	pointyhat-west
2013-07-26 06:38:59 +00:00
Baptiste Daroussin
daada0fcb4 Convert to USES=gmake 2013-07-10 17:01:32 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Brendan Fabeny
004a7c5ac2 adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:		162706
Approved by:	miwi (portmgr)
Feature safe:	yes
2011-11-22 11:14:10 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Maho Nakata
6eb28fda55 Build fix with gotoblas.
Feature safe:	yes
2010-02-16 06:04:31 +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
Maho Nakata
6a3d623d52 Update to 7.3.1. 2009-08-03 15:03:56 +00:00
Maho Nakata
52b2d0c73d Update to 7.3.0 (20090321 version). 2009-04-08 02:51:04 +00:00
Maho Nakata
76c110deff Update to 7.2.1 2008/12/24 version. 2009-02-17 04:57:41 +00:00
Maho Nakata
4e1c652096 Remove CONFIGURE_ENV.
Submitted by:	gerald@
2009-01-18 07:51:33 +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
Maho Nakata
4a31bbecf5 Update to 7.2.0 2008/11/23 version. 2008-12-15 04:06:31 +00:00
Maho Nakata
9079b26d04 Update to SDPA 7.1.1 20080618 version. 2008-06-20 23:39:11 +00:00
Maho Nakata
6915f29d61 Update to 20080410 of SDPA 7.1.0 and manual. 2008-04-11 00:38:14 +00:00
Maho Nakata
9693c9e2eb Update to 7.1.0 (20080329 version). 2008-03-31 01:27:10 +00:00
Maho Nakata
fcab8ea467 The source file and manual file have the date in its
filename.
2008-03-05 01:10:39 +00:00
Maho Nakata
fbb254005a Fix distinfo for the manual.
According to the master site,
> http://sdpa.indsys.chuo-u.ac.jp/sdpa/
> 2008.2.28
>     The software manual of the SDPA (Ver. 7.0.5) is revised. [Download].
Also this is a correct one.
(BTW: I'm one of the author of this manual)
2008-02-29 07:13:18 +00:00
Maho Nakata
8d6a3767b7 Update to SDPA 7.0.5. 2008-02-18 01:40:11 +00:00
Maho Nakata
e7102d86ec Mark as broken. It depends on math/atlas which is problematic,
and waiting for SDPA7.
2007-12-18 05:06:52 +00:00
Maho Nakata
645d4f2aaa I forgot to update distinfo by last commit,
> * Also documentations (.ps and .pdf) have been altered slightly.

Submitted by:	sat
2007-07-17 00:36:37 +00:00
Maho Nakata
f693ee68ce * Now we use USE_FORTRAN=yes to use FORTRAN compiler.
* Also documentations (.ps and .pdf) have been altered slightly.
2007-07-14 01:25:39 +00:00
Maho Nakata
ac9dbb7d28 MASTER_SITES has been changed.
Notified by:	Katsuki Fujisawa <fujisawa@indsys.chuo-u.ac.jp>
2007-04-18 00:32:25 +00:00
Maho Nakata
2277b8f479 Fix build.
Submitted by:	kris via pointyhat.
2007-01-16 04:37:14 +00:00
Maho Nakata
f3aefdf190 one portlint fix. 2007-01-15 13:02:10 +00:00
Maho Nakata
486cf8f7c8 Still lapack.h and blas.h are required, though remove dependency
of g2c.h.
2007-01-12 23:42:19 +00:00
Maho Nakata
8620e9039d * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
* somehow archives are changed but no difference by taking diff.
2007-01-11 08:05:45 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Maho Nakata
14ccd47ada Fix build and install
Submitted by:	kris via pointyhat
2005-10-30 07:28:35 +00:00
Maho Nakata
85ec6fede3 update to 6.2.1
Submitted by:	edwin
2005-10-10 02:55:18 +00:00
Maho Nakata
53ed4e4bea .else if should be .elif or .elseif
Submitted by:	joe, kris
2005-07-06 02:05:48 +00:00
Maho Nakata
314c3abb86 remakeing optimization flags 2005-07-04 04:12:12 +00:00
Maho Nakata
9ff5ab2f18 Unbreak by updating to 6.2.0
and now it is relased under GPL

Submitted by:	kris (broken report)
2005-05-12 02:30:41 +00:00
Kris Kennaway
4c569d791f BROKEN: Unfetchable 2005-04-30 01:15:54 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Maho Nakata
2a348761da Now confirmed that both static and dynamic ATLAS lib
has same performance.
2004-08-19 01:24:01 +00:00
Maho Nakata
1ad5c7328f amd64 dislikes -malign-double 2004-08-18 11:20:11 +00:00
Maho Nakata
096c1be761 o Add WITH_SMP, ATLAS with SMP support. currently serious
perfomance loss is observed.
o change Intel C++ compiler flags to approprate one.
2004-08-18 11:12:34 +00:00
Maho Nakata
c31835e707 USE_ICC -> WITH_ICC
Checked by:	portlint
2004-08-16 12:09:45 +00:00
Maho Nakata
11eeff60e1 Add flag USE_ICC, uses intel c/c++ compilier 2004-08-16 08:55:50 +00:00
Maho Nakata
d93eb7b9a2 MASTER_SITE have been moved.
Reported by:	kris
2004-08-16 01:24:11 +00:00
Kris Kennaway
d42a0e03f2 BROKEN: Unfetchable 2004-07-11 01:04:15 +00:00
Maho Nakata
c72ea155ce Make portlint happy by replacing space to tab
PR:		65409
Submitted by:	trevor
2004-05-06 19:49:54 +00:00
Maho Nakata
7f84937385 1) remove lapack dependency
2) SIZEify
3) fix build (sdpa.6.00.install.txt has been changed)

--- sdpa.6.00.install.txt.old	Fri Nov 15 15:22:50 2002
+++ sdpa.6.00.install.txt	Wed Mar 10 16:57:59 2004
@@ -17,6 +17,7 @@
 4. Install SDPA

 A. Install SDPA with CLAPACK, without ATLAS
+B. Install SDPA on Windows
 -----------------------------------------

@@ -263,3 +264,13 @@

 $ ./example1-1.exe
 $ ./example3.exe
+
+*******************************************************
+
+*******************************************************
+B. Install SDPA on Windows
+
+To compile SDPA with Visual C++, download
+http://sdpa.is.titech.ac.jp/sdpa.6.00.src.tar.gz
+and unzip the file.
+Then follow the file Install-with-Visual-C++.txt

Reported by:	kris via bento
2004-03-13 03:46:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Maho Nakata
91344c4223 1) very minor update, without changing the filename
a) add some debug print
   b) initialize some data
2) bump portrevision accodingly

Pointed out by:	edwin
2004-01-19 13:11:29 +00:00