aboutsummaryrefslogtreecommitdiff
path: root/science/getdp
Commit message (Collapse)AuthorAgeFilesLines
* - Implement staging.Stephen Montgomery-Smith2014-01-272-5/+4
| | | | Notes: svn path=/head/; revision=341413
* 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
| | | | | | | science) Notes: svn path=/head/; revision=327767
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-1/+2
| | | | Notes: svn path=/head/; revision=325401
* - forgot to remove a file in the last update.Stephen Montgomery-Smith2012-11-081-11/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307152
* - Update to 2.2.1.Stephen Montgomery-Smith2012-11-073-74/+54
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307151
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* Fix build; use print/texinfo for texi2pdf instead of print/teTeX-base.Hiroki Sato2011-06-181-3/+4
| | | | Notes: svn path=/head/; revision=275781
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgStephen Montgomery-Smith2011-06-141-1/+1
| | | | | | | Approved by: maho (mentor) Notes: svn path=/head/; revision=275537
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-2/+2
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-2/+2
| | | | Notes: svn path=/head/; revision=251666
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-181-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244447
* 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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update maintainer mail addressDennis Herrmann2009-04-051-1/+1
| | | | | | | | | PR: ports/133397 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231669
* - Pass maintainership along.Wesley Shields2009-02-131-1/+1
| | | | Notes: svn path=/head/; revision=228215
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-171-1/+0
| | | | | | | | | Mk/bsd.gcc.mk.And for this port, CONFIGURE_ENV was bogus to begin with. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=226322
* - Chase gsl shlib bumpMartin Wilke2009-01-121-2/+2
| | | | Notes: svn path=/head/; revision=225875
* 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
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* Build fix.Maho Nakata2007-10-291-0/+11
| | | | | | | | | gfortran has intrinsic etime and we should use it. Submitted by: linimon Notes: svn path=/head/; revision=202259
* Add WANT_PERL to get the bsd.perl.mk inclusion. This should have noMark Linimon2007-09-261-0/+1
| | | | | | | effect with bsd.port.mk 1.586. Notes: svn path=/head/; revision=200123
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.Maho Nakata2007-07-141-6/+2
| | | | Notes: svn path=/head/; revision=195551
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-2/+2
| | | | Notes: svn path=/head/; revision=194427
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-061-4/+0
| | | | | | | with letter o-z Notes: svn path=/head/; revision=189335
* * Migrate to gfortran.Maho Nakata2007-01-171-2/+8
| | | | | | | | | | * Bump port revision. * Use gfortran compiled lapack. Submitted by: kris via pointyhat. Notes: svn path=/head/; revision=182578
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-1/+2
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=161457
* Update to 1.2.1.Thierry Thomas2006-03-182-5/+5
| | | | | | | Changelog at <http://geuz.org/getdp/doc/VERSIONS>. Notes: svn path=/head/; revision=157610
* Upgrade to 1.2.0.Thierry Thomas2006-03-152-5/+5
| | | | | | | Changelog at <http://geuz.org/getdp/doc/VERSIONS>. Notes: svn path=/head/; revision=157281
* Upgrade to 1.1.2.Thierry Thomas2005-12-102-4/+4
| | | | Notes: svn path=/head/; revision=150782
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* Upgrade to 1.1.0.Thierry Thomas2005-08-282-8/+6
| | | | Notes: svn path=/head/; revision=141060
* Bump PORTREVISION after the libgsl update.Jean-Yves Lefort2005-05-021-0/+1
| | | | | | | Obtained from: thierry Notes: svn path=/head/; revision=134513
* Chase the libgsl update.Jean-Yves Lefort2005-05-021-1/+1
| | | | Notes: svn path=/head/; revision=134498
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix doc generation, broken since the upgrade to teTeX 3.0.Thierry Thomas2005-02-201-0/+7
| | | | | | | | | | | | | | | According to Hiroki Sato: "In teTeX 3.0, pdfetex is used for a DVI output, so the texinfo.tex always detects the PDF output feature. Although there are several means to fix this problem, I think disabling such detection should be simple and enough." Reported by: kris via pointyhat Obtained from: hrs Notes: svn path=/head/; revision=129386
* Upgrade to 1.0.1.Thierry Thomas2005-02-063-4/+6
| | | | Notes: svn path=/head/; revision=128172
* Fix build dependences.Thierry Thomas2004-11-241-1/+2
| | | | | | | Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=122334
* Add getdp 1.0.0, a rather general finite element solver using mixedThierry Thomas2004-11-154-0/+121
finite elements. Suggested by: Pedro F. Giffuni. Notes: svn path=/head/; revision=121709