Commit Graph

858 Commits

Author SHA1 Message Date
naddy
ba398c7ee3 use fortran module 2010-05-28 22:41:43 +00:00
naddy
0f9949a56d use fortran module 2010-05-28 21:01:03 +00:00
naddy
f6c04155f3 bump after fortran move to ports and don't put the compiler into run depends 2010-05-28 15:11:51 +00:00
naddy
8090308f66 fix typo in depends and bump again 2010-05-28 14:48:34 +00:00
naddy
4b86846572 bump after libf2c move to ports 2010-05-28 14:18:50 +00:00
naddy
cdb75641e0 bump after libf2c move to ports 2010-05-27 15:25:19 +00:00
naddy
0afda094ba needs f77 2010-05-26 16:15:27 +00:00
espie
18fe3c3a29 use fortran module
make sure we pick the amd includes (appear to affect gcc3 also)
2010-05-23 15:51:45 +00:00
espie
34795a4f2a fix dependencies 2010-05-23 13:29:32 +00:00
espie
b3f6a9ebde needs fortran to build 2010-05-23 13:04:22 +00:00
espie
f1a5fdcad6 module fortran 2010-05-23 11:55:52 +00:00
espie
84154e7171 module fortran 2010-05-23 10:25:55 +00:00
espie
b283989e7c use fortran module 2010-05-23 10:22:33 +00:00
espie
2ada9ff9b4 use MODFORTRAN to get an f77 compiler 2010-05-23 09:34:41 +00:00
espie
5d2d4754da help getting to f77 if it moves out of /usr/bin 2010-05-22 22:01:54 +00:00
pirofti
a6fe7bbfde Fix build. Prompted by jasper@ and ajacoutot@. Okay jasper@. 2010-05-21 19:38:59 +00:00
ajacoutot
73260b5aea Bugfix update to gnumeric-1.10.4. 2010-05-21 09:29:53 +00:00
ajacoutot
eb52fcd0c5 Substitute MAKE_PROGRAM insead of hardcoding gmake.
Substitute LIBqrupdate_VERSION instead of hardcoding version numbers.
Don't override FC.
Remove so link to library.
Add NO_REGRESS.

ok pirofti@ (maintainer)
2010-05-14 08:45:58 +00:00
jasper
fab7307bec - bump to a version that support proof logging
- don't hide compilation commands
2010-05-13 18:29:47 +00:00
pvalchev
addd0fd924 update to yorick-2.1.06; from didickman@gmail.com 2010-05-11 23:22:37 +00:00
pirofti
a13310312d Link ccolamd. 2010-05-11 17:14:50 +00:00
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