1137 Commits

Author SHA1 Message Date
pirofti
e2f2190723 Import ccolamd, needed for upcoming octave update.
CCOLAMD computes an column approximate minimum degree ordering algorithm,
(like COLAMD), but it can also be given a set of ordering constraints.
2010-05-11 17:14:01 +00:00
pirofti
52d4205f23 Link colamd. 2010-05-11 17:12:33 +00:00
pirofti
78b3167ae9 Import colamd, needed for upcoming octave update.
The COLAMD column approximate minimum degree ordering algorithm computes a
permutation vector P such that the LU factorization of A (:,P) tends to be
sparser than that of A. The Cholesky factorization of (A (:,P))'*(A (:,P)) will
also tend to be sparser than that of A'*A. SYMAMD is a symmetric minimum degree
ordering method based on COLAMD, available as a MATLAB-callable function. It
constructs a matrix M such that M'*M has the same pattern as A, and then uses
COLAMD to compute a column ordering of M. Colamd and symamd tend to be faster
and generate better orderings than their MATLAB counterparts, colmmd and symmmd.
2010-05-11 17:11:32 +00:00
pirofti
3e4b178114 Link qrupdate. 2010-05-11 17:09:29 +00:00
pirofti
0e2e7c3067 Import qrupdate, needed for the upcoming octave update.
qrupdate is a Fortran library for fast updates of QR and Cholesky 
decomposition. It was originally part of GNU-Octave.
2010-05-11 17:07:33 +00:00
ajacoutot
aceb57c98e Bugfix update to gnumeric-1.10.3. 2010-05-09 15:31:38 +00:00
pirofti
0876471306 Fix umfpack, wrong include directive. `Looks reasonable' steven@. 2010-05-08 10:43:35 +00:00
pirofti
f34c4dfec3 Unbreak amd, missing UFconfig.h. Okay jasper@. 2010-05-07 22:30:15 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
dcoppa
6d74d84225 update-plist and bump because of my latest cmake diff.
OK ajacoutot@, landry@
2010-04-22 16:12:42 +00:00
ajacoutot
38766de052 Bugfix update to gnumeric-1.10.2. 2010-04-17 06:56:05 +00:00
dcoppa
7a9c9135b1 update-plist and bump because of cmake diff.
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
ajacoutot
5985d2ef24 Consistency: remove the 1, 2 or even 3 empty blank lines.
sthen@ agrees
2010-04-15 14:11:01 +00:00
jasper
ac8c2b44b1 - fix build on mips64 2010-04-14 15:43:23 +00:00
steven
7d6a9f349e update with some bugfixes which are included in an extra distfile
from alexandr.shadchin at gmail, with some tweaks
2010-04-05 20:29:18 +00:00
jasper
d3056aac7b - tweak 2010-03-26 13:25:30 +00:00
jasper
0f9f1d8005 - sigh. 2010-03-26 12:48:02 +00:00
espie
20ca6d1d89 prepare for qt 4.6 2010-03-26 12:00:17 +00:00
jasper
93435e1958 - fix on mips64* 2010-03-24 16:09:33 +00:00
jasper
922aea8ca7 - remove geg 2010-03-23 20:39:53 +00:00
jasper
baaa49c1c1 - remove old and unmaintained geg, gnuplot is an alternative from this century.
ok pval@ (MAINTAINER)
2010-03-23 20:39:39 +00:00
jasper
128f88f2a9 - switch to gtk+2 2010-03-23 20:38:20 +00:00
jasper
535b29f2be - update gnummeric to 1.10.1 2010-03-21 11:01:30 +00:00
espie
816c0235eb a few more rotten eggs 2010-03-01 12:06:02 +00:00
espie
c0f2ef240c fix a few egg ports 2010-02-27 17:53:06 +00:00
espie
cb8c43b958 oops 2010-02-26 18:50:32 +00:00
espie
6bf198bbd3 explicitly set FULLPKGPATH to avoid warnings 2010-02-26 18:47:04 +00:00
jasper
6ee5d7b9ef - fix build on mips64(el)
ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:12:04 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
naddy
72b44c5513 bump PKGNAME for PLIST changes 4.6 -> 4.7 2010-01-27 21:43:27 +00:00
ajacoutot
7bc017f4ee Remove '-funroll-loops' to workaround a segmentation fault on powerpc when
building py-scipy.

maintainer timeout
discussed with and ok eric@, ok jasper@
2010-01-17 19:45:47 +00:00
sthen
80721da9b5 +p5-Math-Base36 2010-01-07 11:18:57 +00:00
sthen
1c514a574f import ports/math/p5-Math-Base36, from Mikolaj Kucharski.
Math::Base36 perl module converts to and from Base36 numbers (0..9 - A..Z).
2010-01-07 11:17:40 +00:00
jasper
9aa784ab71 - sort 2010-01-04 10:56:34 +00:00
jasper
0f5767650a - update mcl to 09-308
- remove maintainer per his request
- specify license version
2009-12-23 22:08:58 +00:00
ajacoutot
23455207ff Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 22:07:57 +00:00
kili
cb5872132f Tell configure to use -lm.
While here, adjust WANTLIB and bump.
2009-12-16 14:46:57 +00:00
jasper
8f4d633add - add p5-Data-PowerList 2009-11-27 18:17:31 +00:00
jasper
79ac3ece72 import p5-Data-Powerset 0.05
Data::PowerSet takes a list and returns all possible combinations of the
elements appearing in the list without replacement.
2009-11-27 18:15:54 +00:00
jasper
46b2abde99 - fix build on mips64 2009-11-22 16:19:56 +00:00
giovanni
52fceb0930 Update to 7.1
ok kevlo@ (maintainer)
2009-11-06 09:17:28 +00:00
jasper
5929c60ae4 - resolve conflict with lang/mono, as both install a bin/mod
ok pvalchev@ (MAINTAINER)
2009-10-21 21:21:18 +00:00
sthen
6595e9e1c1 Adapt some changes from the upstream repository for cpu detection.
I have only waited a short while for djm (maintainer)'s ok, commiting
anyway as it takes out a lot of the tree on !{i386,amd64}.

Fix the regression tests while there.

ok jasper@.
2009-10-14 18:44:04 +00:00
steven
980e0dfb72 remove the bindings that are not being built anyway 2009-10-12 23:11:08 +00:00
pirofti
809857e70f Update to GiNaC 1.5.3. Okay kili@. 2009-10-12 16:23:05 +00:00
steven
261c2bb4e9 update to 14.5.5 2009-10-10 10:16:17 +00:00
sthen
c84a42b60c Update to 4.2.6, maintainer timeout. 2009-10-07 20:01:06 +00:00
benoit
d1480a6724 - add a py-numpy dependencies
Report from Joachim Schipper, thanks.

ok ajacoutot@
2009-10-05 06:58:07 +00:00
landry
3c175341e9 Fix build failure on !amd64.
Commiting on behalf of jasper@, i usually don't touch py-* stuff without
good reasons...
ok djm@
2009-09-30 11:51:30 +00:00