non port: math/petsc/Makefile |
Number of commits found: 61 |
Sunday, 24 Aug 2014
|
16:17 thierry
Chase scalapack's upgrade.
Approved by: portmgr (not yet staged)
 |
Wednesday, 23 Jul 2014
|
17:30 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
 |
Wednesday, 16 Jul 2014
|
08:26 bapt
Fix some non default LIB_DEPENDS
With hat: portmgr
 |
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
16:51 tijl
- Convert net/openmpi to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use BROKEN_sparc64
Approved by: portmgr (implicit, bump unstaged port)
 |
Monday, 5 May 2014
|
09:45 bapt
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
 |
Saturday, 3 May 2014
|
03:17 sunpoet
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1]
 |
Monday, 10 Mar 2014
|
20:55 gerald
Update the default version of GCC used in the Ports Collection from
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)
 |
Friday, 21 Feb 2014
|
13:38 ehaupt
Remove trailing whitespaces from category math
 |
Sunday, 16 Feb 2014
|
17:15 tijl
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
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)
 |
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
 |
Tuesday, 21 Jan 2014
|
05:34 gerald
Pass full LDFLAGS to configure script. This fixes the build with
newer versions of GCC, allowing for an update of lang/gcc (and it's
the right thing anyway).
PR: 182136
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Approved by: maintainer timeout
 |
Sunday, 15 Dec 2013
|
16:58 wg
math/petsc: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
 |
Saturday, 26 Oct 2013
|
00:52 gerald
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)
 |
Friday, 20 Sep 2013
|
20:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
 |
Wednesday, 19 Jun 2013
|
11:43 rene
- Remove stale reference to expired math/petsc-mpich
- Convert NOPORTDOCS to PORT_OPTIONS:MDOCS
PR: ports/179277
Submitted by: myself
Approved by: maintainer timeout (bf, 16 days)
 |
Saturday, 11 May 2013
|
17:58 hrs
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
 |
Monday, 6 May 2013
|
02:00 hrs
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
 |
Saturday, 30 Mar 2013
|
14:29 bf
fix the build after the math/suitesparse update
Reported by: miwi
Approved by: portmgr
 |
Friday, 15 Jun 2012
|
05:30 bf
fix the build, before further updates
 |
Monday, 28 May 2012
|
18:23 bf
defer pending an update
 |
Monday, 21 May 2012
|
05:25 bf
defer expiration pending updates
 |
Thursday, 10 May 2012
|
15:40 bf
defer expiration pending updates
 |
Monday, 9 Apr 2012
|
23:51 bapt
Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as
broken for more than 6 month
 |
Tuesday, 22 Nov 2011
|
11:14 bf
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
 |
Sunday, 24 Jul 2011
|
03:05 bf
take in some orphans
 |
Friday, 1 Jul 2011
|
20:35 pav
- Mark BROKEN: does not configure
Reported by: pointyhat
 |
Saturday, 26 Feb 2011
|
09:56 thierry
Chase the upgrade of MPICH2.
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.
PR: ports/154715
 |
Sunday, 14 Nov 2010
|
22:00 thierry
Chase the upgrade of MPICH2.
 |
Saturday, 28 Nov 2009
|
10:44 thierry
- Chase relocation of net/mpich2
- Bump PORTREVISION if needed
- Fix some portlint errors.
 |
Sunday, 13 Sep 2009
|
00:08 gerald
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
 |
Wednesday, 7 Jan 2009
|
16:34 gerald
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
 |
Thursday, 17 Jul 2008
|
13:19 wxs
Fix build on -CURRENT.
PR: ports/125654
Submitted by: Robert Noland <rnoland@2hip.net>
 |
Tuesday, 15 Jul 2008
|
19:52 pav
- Mark BROKEN on 8.x
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
 |
Saturday, 14 Jul 2007
|
22:22 maho
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
 |
Sunday, 27 May 2007
|
20:36 thierry
Upgrade to PETSc 2.3.3.
Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/233.html>
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 7 Mar 2007
|
01:45 maho
build fix for petsc-mpich
Spotted by: pointyhat
 |
Monday, 19 Feb 2007
|
21:29 maho
* Update to 2.3.2-p8.
* Now we use pdksh so that package build cluster will build PETSc.[1]
Discussed with: kris and thierry[1]
 |
Saturday, 13 Jan 2007
|
00:25 maho
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
 |
Thursday, 11 Jan 2007
|
02:11 maho
* migrate to gfortran.
* some cleanup.
* bump port revision
 |
Thursday, 23 Nov 2006
|
22:07 miwi
- Update to 2.3.2.p6
PR: ports/105795
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
 |
Saturday, 2 Sep 2006
|
21:59 thierry
Upgrade to PETSc 2.3.2.
There are no major interface changes, the minor changes are listed at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/232.html>
 |
Monday, 21 Aug 2006
|
20:50 thierry
- Upgrade net/lam to 7.1.2 and remove net/lam7;
- Chase lam7 -> lam in the dependent ports;
- Mark math/freemat IGNORE if WITH_MPI is defined and add a note about
FreeMat 2.0 and QT4.
 |
Monday, 7 Aug 2006
|
22:21 thierry
Mark broken on 4.x: configure fails to use the Fortran compiler.
Reported by: pointyhat via Kris
 |
Monday, 24 Jul 2006
|
08:39 thierry
- Force the detection of f77, and thus remove a superfluous patch; (1)
- Fix blacs usage. (2)
Submitted by: Satish Balay <petsc-maint (at) mcs.anl.gov>
 |
Sunday, 23 Jul 2006
|
08:38 thierry
- Upgrade to patchlevel 16;
- Remove BROKEN;
- Switch to MPICH2.
 |
Friday, 14 Jul 2006
|
04:43 linimon
Mark as broken: fails to configure.
 |
Wednesday, 21 Jun 2006
|
19:54 thierry
- Update to patchlevel 14;
- Don't link with Atlas, but with Blas + Lapack, unless WITH_ATLAS is
set or Atlas libraries have already been installed.
 |
Sunday, 26 Feb 2006
|
09:01 thierry
Unbreak math/petsc-mpich on amd64 by disabling SuperLU.
Reported by: pointyhat via Kris
Approved by: portmgr (marcus)
 |
Saturday, 18 Feb 2006
|
09:04 thierry
Upgrade to PETSc-2.3.1 patchlevel 7.
Changelog at
<http://www-unix.mcs.anl.gov/petsc/petsc-as/documentation/changes/231.html>.
 |
Monday, 30 Jan 2006
|
22:19 thierry
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497
Submitted by: /me
Repocopied by: marcus
 |
Wednesday, 12 Oct 2005
|
19:28 thierry
Stabilizing: the PETSc Team builds a special tarball for the FreeBSD
port, with patch level included in DISTNAME. Thanks to them!
 |
Monday, 10 Oct 2005
|
20:33 thierry
- Upgrade from PETSC_VERSION_PATCH 34 (October, 6, 2005) to
PETSC_VERSION_PATCH 36 (October, 9, 2005), with the same DISTNAME.
- Changelog available at
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>
- Fix pkg-message.
Reported by: pointyhat via Kris
 |
Friday, 7 Oct 2005
|
10:17 thierry
- Upgrade from PETSC_VERSION_PATCH 32 (September, 26, 2005) to
PETSC_VERSION_PATCH 34 (October, 6, 2005), with the same DISTNAME.
- Changelog available at
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>.
Reported by: pointyhat via Kris
 |
Wednesday, 28 Sep 2005
|
15:49 thierry
- Upgrade from PETSC_VERSION_PATCH 31 (September, 14, 2005) to
PETSC_VERSION_PATCH 32 (September, 26, 2005), with the same DISTNAME.
- Changelog available at
<http://petsc.bkbits.net:8080/petsc-release-2.3.0/ChangeSet@1.3214..?nav=index.html>.
Reported by: pointyhat via Kris
 |
Saturday, 17 Sep 2005
|
21:08 thierry
Upgrade to v2.3.0.
 |
Tuesday, 30 Aug 2005
|
20:31 thierry
Teach bmake about FreeBSD-7.
Note: an upgrade to petsc-2.3.0 is in progress.
Reported by: krion via pointyhat
 |
Monday, 6 Dec 2004
|
13:24 thierry
Teach bmake to support FreeBSD-6.
Reported by: Kris via pointyhat.
 |
Sunday, 21 Nov 2004
|
20:56 thierry
Add petsc 2.2.1, portable, Extensible Toolkit for Scientific
computation.
 |
Number of commits found: 61 |