cvs commit: ports/math/arpack Makefile

2012-07-09 Thread Brendan Fabeny
bf  2012-07-09 08:57:38 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  set MAKE_JOBS_UNSAFE
  
  Revision  ChangesPath
  1.30  +1 -0  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2012-06-27 Thread Brendan Fabeny
bf  2012-06-27 06:16:06 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  add math/arpack-ng to CONFLICTS; remove version numbers from
  LIB_DEPENDS
  
  Revision  ChangesPath
  1.29  +3 -2  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2011-09-28 Thread Brendan Fabeny
bf  2011-09-28 18:00:24 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  fix the objcopy renaming by adding a forgotten correction
  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]
  
  Revision  ChangesPath
  1.26  +3 -3  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2011-09-28 Thread Brendan Fabeny
bf  2011-09-28 18:10:37 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  avoid inconsistencies in internal symbol tables
  and allow the test suite to be run after renaming
  by performing renaming before compilation via
  the preprocessor
  
  Revision  ChangesPath
  1.27  +11 -7 ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile distinfo pkg-descr pkg-plist ports/math/arpack/files arpack.h patch-UTIL+second.f

2011-08-24 Thread Brendan Fabeny
bf  2011-08-24 10:41:39 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile distinfo pkg-descr pkg-plist 
math/arpack/filesarpack.h patch-UTIL+second.f 
  Log:
  rename the lapack symbols in arpack to avoid conflicts
  with other lapack libraries [1]; respect LDFLAGS when
  linking; wrap long lines; trim pkg-descr
  
  PR: 159129 [1]
  Submitted by:   stephen (original version) [1]
  
  Revision  ChangesPath
  1.25  +73 -18ports/math/arpack/Makefile
  1.8   +0 -2  ports/math/arpack/distinfo
  1.2   +177 -171  ports/math/arpack/files/arpack.h
  1.3   +2 -2  ports/math/arpack/files/patch-UTIL+second.f
  1.4   +7 -22 ports/math/arpack/pkg-descr
  1.7   +2 -0  ports/math/arpack/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2011-08-08 Thread Stephen Montgomery-Smith
stephen 2011-08-08 19:07:38 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  - Maintainer change to bf@
  
  Approved by:maho (mentor, implicit), bf (new maintainer)
  
  Revision  ChangesPath
  1.24  +1 -1  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack++ Makefile ports/math/blitz++ Makefile ports/math/itl Makefile ports/math/mtl Makefile ports/math/mumps Makefile ports/math/petsc Makefile ports/math/superlu_mt Makefile

2011-07-23 Thread Brendan Fabeny
bf  2011-07-24 03:05:21 UTC

  FreeBSD ports repository

  Modified files:
math/arpack++Makefile 
math/blitz++ Makefile 
math/itl Makefile 
math/mtl Makefile 
math/mumps   Makefile 
math/petsc   Makefile 
math/superlu_mt  Makefile 
math/taucs   Makefile 
net-p2p/gnunet   Makefile 
  Log:
  take in some orphans
  
  Revision  ChangesPath
  1.8   +1 -1  ports/math/arpack++/Makefile
  1.28  +1 -1  ports/math/blitz++/Makefile
  1.4   +1 -1  ports/math/itl/Makefile
  1.9   +1 -1  ports/math/mtl/Makefile
  1.22  +1 -1  ports/math/mumps/Makefile
  1.36  +1 -1  ports/math/petsc/Makefile
  1.27  +1 -1  ports/math/superlu_mt/Makefile
  1.16  +1 -1  ports/math/taucs/Makefile
  1.86  +1 -1  ports/net-p2p/gnunet/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile distinfo pkg-plist ports/math/arpack/files patch-ARmake.inc patch-UTIL+second.f

2011-07-21 Thread Stephen Montgomery-Smith
stephen 2011-07-21 20:19:33 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile distinfo pkg-plist 
math/arpack/filespatch-UTIL+second.f 
  Removed files:
math/arpack/filespatch-ARmake.inc 
  Log:
  - Fix PATCH_SITES, and update to version 3 of Kloeckner's arscnd patch.
  - 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)
  
  Revision  ChangesPath
  1.23  +99 -49ports/math/arpack/Makefile
  1.7   +2 -2  ports/math/arpack/distinfo
  1.4   +0 -61 ports/math/arpack/files/patch-ARmake.inc (dead)
  1.2   +2 -2  ports/math/arpack/files/patch-UTIL+second.f
  1.6   +1 -1  ports/math/arpack/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2011-07-15 Thread Mark Linimon
linimon 2011-07-16 05:33:57 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  Mark as broken on sparc64: fails to install.
  
  Revision  ChangesPath
  1.22  +4 -0  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2011-06-14 Thread Stephen Montgomery-Smith
stephen 2011-06-14 07:27:03 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  Maintainer: step...@missouri.edu - step...@freebsd.org
  
  Approved by: maho (mentor)
  
  Revision  ChangesPath
  1.21  +1 -1  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile distinfo

2010-07-01 Thread Stefan Walter
stefan  2010-07-01 19:52:49 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile distinfo 
  Log:
  Fix a problem with symbol duplication when code is linked with both the arpack
  and lapack libraries.
  
  PR: 147487
  Submitted by:   Eijiro Shibusawa ej-...@ice.uec.ac.jp
  Approved by:Stephen Montgomery-Smith step...@missouri.edu (maintainer)
  Feature safe:   yes
  
  Revision  ChangesPath
  1.20  +5 -2  ports/math/arpack/Makefile
  1.5   +3 -0  ports/math/arpack/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack++ Makefile

2009-01-18 Thread Gerald Pfeifer
gerald  2009-01-19 02:03:48 UTC

  FreeBSD ports repository

  Modified files:
math/arpack++Makefile 
  Log:
  Remove WANT_FORTRAN=yes, it is a noop.
  
  Revision  ChangesPath
  1.7   +0 -1  ports/math/arpack++/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack++ Makefile distinfo ports/math/arpack++/files patch-Makefile.inc

2008-12-12 Thread Stefan Walter
stefan  2008-12-12 14:39:50 UTC

  FreeBSD ports repository

  Modified files:
math/arpack++Makefile distinfo 
math/arpack++/files  patch-Makefile.inc 
  Log:
  Integrate a patch from http://reuter.mit.edu/index.php/software/arpackpatch/
  which fixes ARPACK++ 1.2 to work with g++ 4.0.2 and above.
  
  PR: 121194
  Submitted by:   Reed A. Cartwright r...@scit.us
  Patch by:   stefan
  
  Revision  ChangesPath
  1.6   +8 -2  ports/math/arpack++/Makefile
  1.4   +3 -0  ports/math/arpack++/distinfo
  1.2   +26 -27ports/math/arpack++/files/patch-Makefile.inc
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to cvs-all-unsubscr...@freebsd.org


cvs commit: ports/math/arpack Makefile

2007-07-12 Thread Maho Nakata
maho2007-07-12 06:57:48 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  Now we use USE_FORTRAN=yes to use FORTRAN.
  
  Revision  ChangesPath
  1.15  +1 -4  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile ports/math/atlas Makefile ports/math/atlas-devel Makefile ports/math/blas Makefile ports/math/lapack Makefile ports/math/scalapack Makefile

2007-01-15 Thread Maho Nakata
maho2007-01-16 02:39:08 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
math/atlas   Makefile 
math/atlas-devel Makefile 
math/blasMakefile 
math/lapack  Makefile 
math/scalapack   Makefile 
  Log:
  Remove CONFLICT line as elmer-mathlibs are deprecated by migration
  to gfortran.
  
  Revision  ChangesPath
  1.14  +0 -1  ports/math/arpack/Makefile
  1.45  +0 -2  ports/math/atlas-devel/Makefile
  1.47  +0 -2  ports/math/atlas/Makefile
  1.39  +0 -2  ports/math/blas/Makefile
  1.30  +0 -2  ports/math/lapack/Makefile
  1.15  +0 -2  ports/math/scalapack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile

2007-01-11 Thread Maho Nakata
maho2007-01-12 05:56:44 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  * Use gfortran42 only and not gcc42.
  * Bump portrevision.
  
  Revision  ChangesPath
  1.13  +6 -4  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack++ Makefile

2007-01-10 Thread Maho Nakata
maho2007-01-10 12:58:28 UTC

  FreeBSD ports repository

  Modified files:
math/arpack++Makefile 
  Log:
  * Bump port revision.
  * Use gfortran compiled atlas/blas/lapack.
  
  Revision  ChangesPath
  1.5   +22 -7 ports/math/arpack++/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile ports/math/arpack/files patch-UTIL+second.f

2007-01-10 Thread Maho Nakata
maho2007-01-10 14:14:45 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Added files:
math/arpack/filespatch-UTIL+second.f 
  Log:
  * gfortran42 has INTRINSIC etime
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00193.html
  * Bump port revision
  
  Revision  ChangesPath
  1.12  +1 -1  ports/math/arpack/Makefile
  1.1   +10 -0 ports/math/arpack/files/patch-UTIL+second.f (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile

2007-01-09 Thread Maho Nakata
maho2007-01-09 22:49:50 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  * Requires gfortran compiled ATLAS and BLAS.
  * Bump portrevision.
  
  Revision  ChangesPath
  1.11  +3 -3  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile pkg-plist ports/math/arpack/files patch-ARmake.inc

2007-01-08 Thread Maho Nakata
maho2007-01-09 05:54:46 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile pkg-plist 
math/arpack/filespatch-ARmake.inc 
  Log:
  Migrated to gfortran42.
  Bump portrevision.
  
  Revision  ChangesPath
  1.10  +38 -7 ports/math/arpack/Makefile
  1.3   +1 -1  ports/math/arpack/files/patch-ARmake.inc
  1.5   +2 -0  ports/math/arpack/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile pkg-plist ports/math/arpack/files arpack.h

2006-02-07 Thread Sergey Matveychuk
sem 2006-02-07 10:46:01 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile pkg-plist 
  Added files:
math/arpack/filesarpack.h 
  Log:
  - Use a static header file instead of generated by f2c.
It decreases a dependencies and so fix build on 7.0.
  
  PR: ports/92940
  Submitted by:   Pedro F. Giffuni [EMAIL PROTECTED]
  Reported by:krismail
  
  Revision  ChangesPath
  1.7   +3 -12 ports/math/arpack/Makefile
  1.1   +423 -0ports/math/arpack/files/arpack.h (new)
  1.3   +1 -1  ports/math/arpack/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvs commit: ports/math/arpack Makefile

2006-01-02 Thread Edwin Groothuis
edwin   2006-01-03 04:37:24 UTC

  FreeBSD ports repository

  Modified files:
math/arpack  Makefile 
  Log:
  Make math/arpack depend less on math/atlas
  
  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 [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.6   +2 -2  ports/math/arpack/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to [EMAIL PROTECTED]