aboutsummaryrefslogtreecommitdiff
path: root/math/arpack
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-131-1/+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
* Repair instances, almost all courtesy of bf ;-), of spacesAdam Weinberger2014-07-291-1/+1
| | | | | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363390
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-4/+7
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* Stagify.Vanilla I. Shu2014-06-181-8/+7
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358212
* 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
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+5
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* 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
| | | | | | | math) Notes: svn path=/head/; revision=327746
* set MAKE_JOBS_UNSAFEBrendan Fabeny2012-07-091-0/+1
| | | | Notes: svn path=/head/; revision=300661
* add math/arpack-ng to CONFLICTS; remove version numbers fromBrendan Fabeny2012-06-271-2/+3
| | | | | | | LIB_DEPENDS Notes: svn path=/head/; revision=300065
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-1/+1
| | | | | | | | | | | 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
* avoid inconsistencies in internal symbol tablesBrendan Fabeny2011-09-281-7/+11
| | | | | | | | | and allow the test suite to be run after renaming by performing renaming before compilation via the preprocessor Notes: svn path=/head/; revision=282578
* fix the objcopy renaming by adding a forgotten correctionBrendan Fabeny2011-09-281-3/+3
| | | | | | | | | | | to account for gfortran*'s default use of -funderscoring [1]; fix the check for math/atlas* shared libraries PR: 159129 [1] Submitted by: E. Shibusawa (slightly different patch) [1] Notes: svn path=/head/; revision=282577
* rename the lapack symbols in arpack to avoid conflictsBrendan Fabeny2011-08-246-215/+261
| | | | | | | | | | | with other lapack libraries [1]; respect LDFLAGS when linking; wrap long lines; trim pkg-descr PR: 159129 [1] Submitted by: stephen (original version) [1] Notes: svn path=/head/; revision=280342
* - Maintainer change to bf@Stephen Montgomery-Smith2011-08-081-1/+1
| | | | | | | Approved by: maho (mentor, implicit), bf (new maintainer) Notes: svn path=/head/; revision=279268
* - Fix PATCH_SITES, and update to version 3 of Kloeckner's arscnd patch.Stephen Montgomery-Smith2011-07-215-113/+102
| | | | | | | | | | | | | | | | - Fix patch.tar.gz being unpacked into the wrong directory. - Respect AR, RANLIB, LD, LDFLAGS, etc. in ARmake.inc. - Fix install of arpack.h. - Fix broken sparc64 build. - Add tests. - Various other cleanups. PR: ports/159075 Submitted by: bf Approved by: maho (mentor, implicit) Notes: svn path=/head/; revision=278133
* Mark as broken on sparc64: fails to install.Mark Linimon2011-07-161-0/+4
| | | | Notes: svn path=/head/; revision=277780
* Maintainer: stephen@missouri.edu -> stephen@FreeBSD.orgStephen Montgomery-Smith2011-06-141-1/+1
| | | | | | | Approved by: maho (mentor) Notes: svn path=/head/; revision=275537
* - Get Rid MD5 supportMartin Wilke2011-03-201-4/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix a problem with symbol duplication when code is linked with both the arpackStefan Walter2010-07-012-2/+8
| | | | | | | | | | | | and lapack libraries. PR: 147487 Submitted by: Eijiro Shibusawa <ej-sib@ice.uec.ac.jp> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=257277
* 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
* - 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
* 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
* Now we use USE_FORTRAN=yes to use FORTRAN.Maho Nakata2007-07-121-4/+1
| | | | Notes: svn path=/head/; revision=195450
* Remove CONFLICT line as elmer-mathlibs are deprecated by migrationMaho Nakata2007-01-161-1/+0
| | | | | | | to gfortran. Notes: svn path=/head/; revision=182475
* * Use gfortran42 only and not gcc42.Maho Nakata2007-01-121-4/+6
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182140
* * gfortran42 has "INTRINSIC etime"Maho Nakata2007-01-102-1/+11
| | | | | | | | http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html * Bump port revision Notes: svn path=/head/; revision=181976
* * Requires gfortran compiled ATLAS and BLAS.Maho Nakata2007-01-091-3/+3
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=181923
* Migrated to gfortran42.Maho Nakata2007-01-093-8/+41
| | | | | | | Bump portrevision. Notes: svn path=/head/; revision=181838
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Register conflicts with math/elmer-mathlibs and pet portlint.Thierry Thomas2006-04-242-6/+7
| | | | Notes: svn path=/head/; revision=160365
* - Use a static header file instead of generated by f2c.Sergey Matveychuk2006-02-073-13/+427
| | | | | | | | | | | It decreases a dependencies and so fix build on 7.0. PR: ports/92940 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Reported by: krismail Notes: svn path=/head/; revision=155409
* - Update WWWPav Lucistnik2006-01-151-1/+1
| | | | | | | | PR: ports/91808 Submitted by: Pedro F. Giffuni <gifufnip@asme.org> Notes: svn path=/head/; revision=153522
* Make math/arpack depend less on math/atlasEdwin Groothuis2006-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | Atlas is great in the platforms where it's available, however it is not being packaged (for good reasons) anymore. arpack originally used blas for testing and since we are not really linking any version of blas in the package it doesn't make any difference what we use. It seems better idea to use blas for testing since it's faster to build and because this also means we can package arpack without building ATLAS, The resulting package will work with BLAs or ATLAS just the same and in any case the BLAS_LIBS variable can now be overridden to test with atlas if it's so desired. This change doesn't change the package so I think we should leave the PORTVERSION untouched. PR: ports/91251 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=152643
* - Add SHA256Pav Lucistnik2005-11-251-0/+3
| | | | Notes: svn path=/head/; revision=149432
* - tar -> ${TAR} (since we have now a bsdtar ;)Clement Laforet2004-04-071-1/+1
| | | | Notes: svn path=/head/; revision=106396
* SIZEify.Trevor Johnson2004-01-291-0/+3
| | | | Notes: svn path=/head/; revision=99421
* Fix suffix of a patch file.Norikatsu Shigemura2003-07-141-1/+1
| | | | | | | | PR: ports54434 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=84820
* Fix a typo and Don't remove LAPACK2.Norikatsu Shigemura2003-07-112-55/+4
| | | | | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84721
* Don't build a subset of BLAS and ARPACK2 and Use external ones.Norikatsu Shigemura2003-07-115-38/+109
| | | | | | | | PR: ports/52789 Submitted by; Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=84713
* Forgot to pass portlint.Maho Nakata2003-05-051-2/+2
| | | | Notes: svn path=/head/; revision=80171
* Argand Library (serial version)Maho Nakata2003-05-055-0/+138
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=80169