steven
e7df1fa168
add fftw3's single precision flavor
2006-10-18 17:41:47 +00:00
steven
9415b45e40
add flavors for single and double precision.
...
a bit complex, but doesn't work well with SUBST_VARS for now
2006-10-18 17:40:38 +00:00
pvalchev
2778d08394
+ecm
2006-10-14 18:53:00 +00:00
pvalchev
d6a632e5b7
Import ecm-6.1.1
...
Integer factorization library and program using the Elliptic
Curve Method (ECM), the P-1 or P+1 methods (which the ECM
method can be viewed as a generalization of).
2006-10-14 18:52:12 +00:00
steven
9949c42f9c
update to mathomatic 12.6.5
2006-10-13 19:24:41 +00:00
kevlo
78eaccab1f
upgrade to p5-Set-IntSpan 1.09
2006-10-09 16:34:37 +00:00
steven
5a111e09d7
process man pages after build here as well. allows to continue the build
...
without problems after an interruption.
2006-10-03 10:26:49 +00:00
ckuethe
2915b005b1
Process manpages after compiling source. This makes it possible to
...
interrupt and restart the build of this port.
ok steven
2006-10-03 06:00:03 +00:00
steven
60b147fe5f
+cblas
2006-10-02 21:59:12 +00:00
steven
dff539a140
import CBLAS, a C interface to the BLAS library.
...
port started by ckuethe
2006-10-02 21:58:25 +00:00
steven
c45bcee492
skip MODGCC3, since it does not build on sparc anyway.
2006-10-01 23:18:07 +00:00
brad
05a117853f
stop using the gcc3 module on the alpha architecture.
2006-10-01 22:23:47 +00:00
espie
5b8b723bc3
zap unneeded 0.0
2006-09-18 11:50:39 +00:00
espie
a1396a349f
Bundle source patches with the package. After all, it's small, and that
...
way, we meet the licence for redistribution.
2006-08-25 10:08:33 +00:00
steven
01be382960
make tcl dependency more explicit.
...
ok espie@
2006-08-16 05:23:49 +00:00
espie
948f8f98f0
more new lib specs
2006-08-03 20:04:51 +00:00
steven
56221ce9e9
bump PKGNAME due to PLIST changes after 3.9 -> 4.0
2006-07-28 06:29:33 +00:00
steven
14073d70f4
fix homepages and a few master sites while there
2006-07-19 15:11:53 +00:00
espie
09fb440b21
adjust for new texinfo
2006-07-18 06:51:25 +00:00
steven
0125cadf17
update to mathomatic 12.5.20
...
Gerardo Santana Gomez Garrido gives up maintainership.
2006-07-17 07:48:40 +00:00
steven
e7838586bf
maintenance update to fftw 3.1.2
2006-07-14 14:37:40 +00:00
steven
57fd224d4a
better master sites
2006-07-11 11:30:06 +00:00
steven
468a19e641
+p5-Math-BigInt-GMP
2006-07-10 15:34:22 +00:00
steven
5dc91bf078
import Math::BigInt::GMP 1.18
...
use the GMP library for Math::BigInt routines.
submitted and maintained by Chris Humphries <chris at unixfu.net>
2006-07-10 15:33:58 +00:00
sturm
cd6c387f38
fix tcl/tk dependencies
2006-07-07 22:34:47 +00:00
pvalchev
27dad91186
proper REGRESS_DEPENDS on itself; ok espie
2006-06-29 08:26:08 +00:00
pvalchev
453a98db2d
add proper define to build on amd64
2006-06-29 00:43:58 +00:00
djm
0c53a28030
+py-numpy
2006-06-26 00:46:51 +00:00
djm
ef6ee6adaf
import of numpy-0.9.8 with some fixes from numpy SVN -current:
...
> NumPy is a Python library for numeric and scientific computing, it
> contains a powerful N-dimensional array object, basic linear algebra
> functions, basic Fourier transforms, sophisticated random number
> capabilities and tools for integrating Fortran code.
feedback and ok alek@
2006-06-26 00:45:37 +00:00
alek
df7d1b7ef3
Update to 1.2 from mbalmer@ via Ray Lai <ray@cyth.net>
2006-06-17 21:58:08 +00:00
bernd
c3e1e3a89e
Fix WANTLIB after gtk+2 upgrade.
2006-06-13 13:19:08 +00:00
espie
243fbfa482
Update to most recent stable version. Adds FITS support thx to fitsio.
2006-06-12 11:15:56 +00:00
espie
6e8702874a
+cfitsio
2006-06-12 11:14:47 +00:00
espie
3b40ce17e0
cfitsio manipulates FITS data, a format most often used in astrophysics
...
for storing multi-channel picture-like results.
2006-06-12 11:14:08 +00:00
espie
58818b30dc
fix typo, update WANTLIB, turn on SHARED_ONLY, kill PFRAG.shared
...
and bump pkgname, of course.
2006-06-12 08:46:03 +00:00
steven
053a906cca
maintenance update to plplot 5.6.1
...
ok alek@
2006-06-06 13:36:28 +00:00
alek
92e91b4ac4
Bump PKGNAMEs after recent python switch
2006-06-03 09:19:52 +00:00
weingart
18775fea0e
Update to sc-7.16
...
ok pval@
2006-05-28 21:21:51 +00:00
steven
7f3eeb6bc8
- make it build on alpha by using g77 from gcc3, use FC while here
...
- not for sparc, added some comments in Makefile
ok naddy
2006-05-24 05:03:51 +00:00
steven
1b12307b21
set USE_X11
2006-05-12 13:52:17 +00:00
steven
c5653acc0a
+plplot
2006-05-12 13:36:51 +00:00
steven
8d41b59cd3
import plplot 5.6.0
...
PLplot is a library of functions that are useful for making scientific
plots. PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such as
Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.
some initial work by Matthias Kilian.
thanks to the people who tested this.
2006-05-12 13:35:38 +00:00
steven
34802d8471
allow build on sparc
2006-05-10 07:35:40 +00:00
steven
502e69014a
use master sites path that contains all releases, not just the last one.
2006-04-24 22:30:27 +00:00
steven
dcdddcffa7
unbreak build on powerpc by using -fPIC for the shared library.
...
tested by Matthias Kilian <kili at outback.escape.de>
ok naddy@
2006-04-22 06:59:45 +00:00
naddy
4b5e55c206
bump PKGNAME after MAINTAINER address change
2006-04-14 22:20:08 +00:00
jakob
f787dd661f
update MAINTAINER email adress; from gerardo santana
2006-04-10 05:43:47 +00:00
bernd
a925bc4eb7
Update to mcl-06-058.
...
From MAINTAINER Andreas Kahari.
"go ahead" steven@
2006-04-05 08:58:44 +00:00
naddy
394abc9ebe
maintenance update to 1.2.5.2, fixes potential problems with newer glib versions
2006-04-03 15:51:15 +00:00
steven
691dc1f26a
- depend on blas and lapack libraries
...
- bump major for libcruft since blas/lapack code won't be built into it
- change my e-mail address while here
- bump PKGNAME
ok espie@
2006-04-01 19:21:57 +00:00