aboutsummaryrefslogtreecommitdiff
path: root/math/algae
Commit message (Collapse)AuthorAgeFilesLines
* - Clarify LICENSEDmitry Marakasov2015-03-071-2/+6
| | | | | | | | - Add LICENSE_FILE - Strip binary Notes: svn path=/head/; revision=380664
* Cleanup plistAntoine Brodin2014-11-131-6/+0
| | | | Notes: svn path=/head/; revision=372546
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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 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
* - USES=fortran (eliminate FORTRANLIBS, LDFLAGS and pre-configure).Tijl Coosemans2013-12-229-59/+137
| | | | | | | | | | | - Remove some patches and post-patch. - Remove USE_AUTOTOOLS=autoconf and patch configure script directly. - Replace BROKEN with BROKEN_${ARCH}. - Staging (add DESTDIR support to the makefiles). - Make sure the port uses its own arpack, blas, lapack and superlu. Notes: svn path=/head/; revision=337197
* 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-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Unbreak parallel (-jX) builds and remove disgraceful MAKE_JOBS_UNSAFEAlexey Dokuchaev2013-08-093-10/+139
| | | | | | | | - Sort the knobs, remove useless global modifiers from sed(1) regex' - Define LICENSE (GPLv2), augment port description while I am here Notes: svn path=/head/; revision=324425
* Mark jobs unsafeBaptiste Daroussin2013-07-101-6/+3
| | | | Notes: svn path=/head/; revision=322667
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* 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 M Notes: svn path=/head/; revision=240072
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-101-1/+1
| | | | | | | | | Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=225640
* 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 conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-2/+2
| | | | Notes: svn path=/head/; revision=225300
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-191-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218823
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-171-4/+1
| | | | | | | Approved by: maitainer Notes: svn path=/head/; revision=195781
* change ${LOCALBASE}/bin/${F77} to ${F77}.Maho Nakata2007-01-161-1/+1
| | | | | | | | | path is /sbin:/bin:/usr/sbin:/usr/bin:${LOCALBASE}/sbin:${LOCALBASE}/bin:${X11BASE}/bin Submitted by: kris Notes: svn path=/head/; revision=182491
* * Migrate to gfortran.Maho Nakata2007-01-162-4/+25
| | | | | | | | * Bump port revision. * Approved by: portmgr(kris) Notes: svn path=/head/; revision=182489
* Update my email address in all ports that I maintain.Frank J. Laszlo2006-11-071-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=176714
* - Fix building on 7.x by adding WITH_FORTRAN.Alejandro Pulver2006-11-051-1/+5
| | | | | | | | PR: ports/104808 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer) Notes: svn path=/head/; revision=176547
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256 to all ports submitter maintainRenato Botelho2005-11-101-0/+1
| | | | | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=147849
* - Update to 4.3.6 [1]Renato Botelho2005-10-195-221/+115
| | | | | | | | | | | | - Pass maintainership to submitter [1] - Use DATADIR and INFO - Hacked to build fine on 4.x PR: ports/87662 [1] Submitted by: Frank Laszlo <laszlof@vonostingroup.com> [1] Notes: svn path=/head/; revision=145871
* Reset bouncing maintainer addresses.Mark Linimon2005-10-101-1/+1
| | | | | | | | Hat: portmgr Source: Edwin's updated distfile tracker Notes: svn path=/head/; revision=144759
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Fix 'make describe' with older, buggy makes.Mark Linimon2004-03-171-1/+1
| | | | | | | | | PR: ports/64109 Submitted by: Scott Lipcon <slipcon@mercea.net> Lesson learned the hard way by: linimon@FreeBSD.org Notes: svn path=/head/; revision=104284
* This is also broken on sparc64Kris Kennaway2004-03-041-2/+2
| | | | Notes: svn path=/head/; revision=102904
* BROKEN on alpha 5.x: configure failsKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101801
* - Update to 4.3.0Pav Lucistnik2003-11-223-2/+3
| | | | | | | | | PR: ports/59578 Submitted by: Michael Neumann <mneumann@ntecs.de> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94713
* Add algae 4.1.3, a programming language for numerical analysis.Will Andrews2003-06-035-0/+265
PR: 52397 Submitted by: Michael Neumann <mneumann@ntecs.de> Notes: svn path=/head/; revision=82139