Commit graph

7017 commits

Author SHA1 Message Date
Maho Nakata
c174a42b8b adding another patch. 2012-01-22 12:03:39 +00:00
Maho Nakata
7e24845fb7 opps forgot to add some patches. 2012-01-22 12:03:07 +00:00
Maho Nakata
795bd78d81 Update with many small following changes.
1. adding upstream patches and bump port revision.
2. adding precompiled man by default rather than building.
3. adding regression-test target, several tests fails, though.
4. prepare for xlapack and now blas is secondary port of this port.

Submitted by:	bf@
2012-01-22 12:02:17 +00:00
Frederic Culot
48a726be4f - Update to 1.13
- Add LICENSE (BSD)

Changes:	http://search.cpan.org/dist/Math-Random-MT/Changes
2012-01-22 08:17:45 +00:00
Pav Lucistnik
ba1a5e5dee - Kill examples handling in setup.py, since they are installed manually by port
Reported by:	pointyhat
2012-01-21 20:05:59 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Brendan Fabeny
1f9bd2c098 correct a mirror subdirectory 2012-01-20 14:45:59 +00:00
Brendan Fabeny
4e36db0e98 steer users toward math/atlas while this port is being revised 2012-01-20 14:45:14 +00:00
TAKATSU Tomonari
20b400cd3a - Update to 2.2-9 2012-01-19 19:25:27 +00:00
Raphael Kubo da Costa
872cac5d84 - Update to 2.0.17.
This release should contain only two small bugs.
- Update MASTER_SITES to use the https version of bitbucket.
- Do not set FETCH_ARGS to a custom value, as it does not seem
  to be needed anymore.
- Kind of revert the fix for PR 159690 now that bitbucket seems
  to have changed its mind once again and changed the naming
  scheme of the top-level directory in the tarball.
2012-01-19 13:03:16 +00:00
Stephen Montgomery-Smith
cd77da1c71 - Update to 1.0.16. 2012-01-19 01:39:37 +00:00
Brendan Fabeny
6ef707b384 update math/R to 2.14.1, and adjust dependent ports 2012-01-18 23:04:08 +00:00
Stephen Montgomery-Smith
92693c6b65 - Update to 1.1.2. 2012-01-18 22:56:28 +00:00
Jason Helfman
7ef9cd8fa2 - Update to 0.9.5
-swich back to previous auxiliary file fltkdev.tgz instead of fltk-giac.tar.gz due to a printing bug in 64bits.
- xgiac was removed in the author sources, so remove texmacs run dependency
- add lapack dependency

PR: ports/164030
Submitted by: maintainer, Han Frederic <han at math.jussieu.fr>
Approved by:	crees (mentor)
2012-01-14 21:43:20 +00:00
Steve Wills
fe6fe6dac1 - Tests also require Test::Most 2012-01-14 14:41:46 +00:00
Dennis Herrmann
e38f5d8efc - Update to 2012.01.13 2012-01-14 11:54:05 +00:00
Sunpoet Po-Chuan Hsieh
76e86dada6 - Update to 6.17
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/Math-Random-MT-Auto/Changes
2012-01-13 09:06:18 +00:00
Brendan Fabeny
c17cbbe3cd use archive in unmodified form; make the MPFR dependency optional;
compile test executables with appropriate flags; enable SSE2 math
by default when possible
2012-01-12 23:13:33 +00:00
Dennis Herrmann
751245b503 - Update to 2012.01.11 2012-01-12 13:17:45 +00:00
Ruslan Makhmatkhanov
a7bb85d384 - update to 4.2.4 [1]
- fix portlint error (*.info file in pkg-plist)
- fix whitespace in pkg-descr

PR:		164027 [1]
Submitted by:	Fernando <fernando.apesteguia at gmail dot com> (maintainer)
2012-01-12 06:55:35 +00:00
Baptiste Daroussin
0b39f0a8e9 %%%DATADIR%%/examples and %%%DATADIR%%/doc are symlinks not directories, fix the plist and bump portrevision
Spotted by:	(pointyhat) pkgng exp-run
2012-01-11 22:45:14 +00:00
Dennis Herrmann
5814f566c5 - Update to 2012.01.10 2012-01-11 17:48:27 +00:00
Brendan Fabeny
11fb6f6ca0 Add crlibm , correctly-rounded mathematics library. 2012-01-11 06:47:02 +00:00
Wen Heping
400641fb05 - update to 2.2.5 2012-01-11 05:27:29 +00:00
Wen Heping
88fdecca5f - Update to 0.6.9 2012-01-11 05:26:07 +00:00
Dmitry Sivachenko
ba4fd6e685 Update to version 1.6.
Use setup-tools.

Reviewed by:	maintainer
2012-01-10 14:12:20 +00:00
Alex Dupre
1b91e235c3 Chase pdflib.so version and bump PORTREVISION accordingly. 2012-01-10 11:41:37 +00:00
Brendan Fabeny
b7b2c4fadf Add cblas 1.0, reference implementation of the C interface to the legacy
Fortran BLAS.
2012-01-09 19:12:17 +00:00
Eitan Adler
e1925f7102 - Remove outdated version checks
Reviewed by:	nox
2012-01-09 04:01:17 +00:00
Johan van Selst
3a86c79ea7 Update to latest gap packages release 2012-01-08 17:53:36 +00:00
Dennis Herrmann
67d17a10f9 - Update to 2012.01.06 2012-01-08 16:02:22 +00:00
Eitan Adler
c5d811a37d Repeated words are are hard to to find sometimes.
Approved by:	portmgr (itetcu)
2012-01-08 07:01:25 +00:00
Maho Nakata
225176ef6a Update to LAPACK 3.4.0.
PR:		163906
Submitted by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
Feature safe:	yes
2012-01-08 05:12:56 +00:00
Stephen Montgomery-Smith
2eb216b053 - Update to 2.2.4. 2012-01-07 20:48:35 +00:00
Stephen Montgomery-Smith
60c3e84c21 - Add missing run_depends.
- Bump portrevision.
2012-01-07 01:07:17 +00:00
Brendan Fabeny
b1f41a4098 fix fetch in the NOPORTDOCS case 2012-01-06 11:02:57 +00:00
Brendan Fabeny
6ff43c6512 Add xblas 1.0.248, extra Precise Basic Linear Algebra Subroutines
(BLAS).
2012-01-06 10:50:11 +00:00
Steve Wills
9dca4314af - Add TEST_DEPENDS to enable teting
- Expand BUILD_DEPENDS before assigning it to RUN_DEPENDS
2012-01-05 22:11:03 +00:00
Steve Wills
63580c2ed8 - Add TEST_DEPENDS to allow testing 2012-01-05 21:55:02 +00:00
Steve Wills
cf62a90692 - Add TEST_DEPENDS to enable testing 2012-01-05 21:38:49 +00:00
Steve Wills
2272c8d97f - Add missing p5-Math-BigInt dependency, makes a build warning go away, and
tests fail without it.
2012-01-05 21:31:08 +00:00
Brendan Fabeny
31433bfc45 Add spblas , NIST Sparse Basic Linear Algebra Subprograms (BLAS). 2012-01-05 21:15:43 +00:00
Brendan Fabeny
17c05557f6 update to 3.2.0, simplify, and fix NOPORTEXAMPLES 2012-01-05 13:16:02 +00:00
Brendan Fabeny
7ec767eacf Add libflame , FLAME dense linear algebra library. 2012-01-05 02:35:10 +00:00
Wen Heping
ad4f3967c6 - update to 1.6.0
- respect NOPORTDOCS

PR:		ports/163681
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> (maintainer)
2012-01-04 00:47:20 +00:00
Martin Wilke
18c7e36132 - Update to 2.0.8
PR:		162858
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
2012-01-03 23:30:55 +00:00
Stephen Montgomery-Smith
d7c399420e - Accommodate upgrade of major version of devel/gdcm from 2.0 to 2.2.
- Bump port revision.
2012-01-02 17:06:34 +00:00
Brendan Fabeny
b5f71bb51f remove unneeded entries from distinfo 2012-01-02 11:49:36 +00:00
Brendan Fabeny
eb6cb039fc Add kktdirect 0.5, a direct solver package for saddle-point (KKT)
matrices.
2012-01-02 09:58:01 +00:00
Brendan Fabeny
486a856d6b update to 2.1.2.23; add LICENSE and test targets; respect CXX and
CXXFLAGS; fix the build with lang/gcc46 (refactored libstdc++
headers) and clang (stricter unqualified lookups in templates);
install examples
2012-01-01 17:34:49 +00:00