steven
eb541c134b
disable build of fortran 95 bindings for now
2010-06-15 20:47:38 +00:00
jasper
fea6517bed
- fix build on mips64
2010-06-14 07:32:30 +00:00
jasper
1de45afd3f
- fix build on mips64
2010-06-14 07:15:10 +00:00
jasper
384a480edb
- fix build on mips64
2010-06-14 05:42:00 +00:00
steven
1b403e9832
pass FC via the environment; will ease use of gfortran later
2010-06-12 18:13:25 +00:00
steven
77ab770d98
pass FC via the environment; will ease use of gfortran later
2010-06-12 18:00:13 +00:00
steven
7f39c7457d
use gnu libtool
2010-06-12 17:37:37 +00:00
sthen
2b0ac177df
use the fortran module
2010-06-08 09:42:13 +00:00
espie
a31ee81cbe
fix for LP64 and gcc4.
...
still passes all regression tests.
bump pkgname + shared lib major, since we substitute an unsigned long to
an unsigned int in internal data structures.
2010-06-07 13:47:44 +00:00
sthen
ff62080698
BUILD_DEPENDS on Fortran; feedback from steven@
2010-06-07 09:50:25 +00:00
ajacoutot
ecea919768
Bugfix update to gnumeric-1.10.5.
...
* fix stf crash amongst other things
2010-05-31 06:33:59 +00:00
naddy
7aecbeca64
- Use fortran module.
...
- Add a dependency on umfpack.
ok steven@
2010-05-29 15:28:18 +00:00
naddy
a0434d78f6
use fortran module
2010-05-29 15:27:21 +00:00
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
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
jasper
3f7b7e7163
- update py-numpy to 1.3.0
...
- update homepage
"looks good" djm@ (MAINTAINER)
2009-09-28 15:15:37 +00:00
ajacoutot
08f76c451c
powerpc needs gcc4 to build this.
2009-09-21 22:42:32 +00:00
jasper
a6b3d3a70b
- resolve ambiguity about what SAT is (prodded by naddy@)
...
- take maintainership
2009-09-18 09:31:33 +00:00
jasper
04b614fb9e
- add minisat
2009-09-17 21:12:48 +00:00
jasper
9110d91f35
import minisat 1.14
...
MiniSat is a minimalistic, open-source SAT solver, developed to help
researchers and developers alike to get started on SAT.
Some key features of MiniSat:
* Easy to modify. MiniSat is small and well-documented, and possibly
also well-designed, making it an ideal starting point for adapting SAT
based techniques to domain specific problems.
* Highly efficient. Winning all the industrial categories of the SAT
2005 competition, MiniSat is a good starting point both for future
research in SAT, and for applications using SAT.
* Designed for integration. MiniSat supports incremental SAT and has
mechanisms for adding non-clausal constraints. By virtue of being easy
to modify, it is a good choice for integrating as a backend to another
tool, such as a model checker or a more generic constraint solver.
2009-09-17 21:12:04 +00:00
jasper
20696471fe
remove marc balmer as maintainer of all of his ports, to take away the
...
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
benoit
0b07ada3d5
- update ntl to 5.5.2
...
ok ajacoutot@, jasper@, steven@
2009-09-08 12:29:15 +00:00
ajacoutot
6058656d84
Make use of REGRESS_IS_INTERACTIVE=x11
...
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
kili
eb4f0488ab
Use my own mirror for the distfile.
2009-08-26 11:07:32 +00:00
benoit
f86a0513f3
- add libtool usage
...
- bump
Problem found by sthen@
ok sthen@, ajacoutot@
2009-08-10 21:00:25 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
steven
4669430264
drop maintainership for this stuff
2009-08-05 20:40:46 +00:00
steven
c741bec526
maintenance update to 3.2.2
2009-07-26 20:54:32 +00:00
steven
3361bf851b
update to 14.5.2
...
and homepage changed
2009-07-26 19:53:28 +00:00
sthen
6e9b2ea6e4
the ARPACK library gets pulled in by the configure scripts if present;
...
record it as a LIB_DEPENDS and bump PKGNAME.
2009-06-29 10:10:03 +00:00
sthen
eb4267dcb2
- don't pull in gnomeprintui if installed at build time; avoids broken
...
packages.
- move f77 and c++ support libs to the correct sub-packages.
ok naddy@
2009-06-28 16:17:27 +00:00
sthen
cd5acc36ae
- Workaround qt4 linking problem (pthread moved to Libs.private).
...
This is a temporary fix pending a change to qt4's installed pkg-config
files at a suitable point in the release cycle.
- Don't let autoconf pick up LLVM yet.
- regen PLIST, sync WANTLIB, bump PKGNAME.
With martynas@
2009-06-25 00:11:19 +00:00
naddy
2b84b064ff
bump PKGNAME for PLIST changes 4.5 -> 4.6
2009-06-22 17:00:23 +00:00
sthen
d3a36e76b9
fix wantlib, bump
2009-06-19 09:24:14 +00:00
sthen
bb4f217cfc
ecl should be LIB_DEPENDS; adjust & bump. while there, convert to tk.port.mk.
2009-06-17 23:27:49 +00:00
jasper
ae50770197
- sync
2009-06-12 17:02:21 +00:00
jasper
be20a51661
import p5-Math-SymbolicX-ParserExtensionFactory 3.02
...
This module provides a simple way to extend the Math::Symbolic parser
with arbitrary functions that return any valid Math::Symbolic tree. The
return value of the function call is inserted into the complete parse
tree at the point at which the function call is parsed.
from Markus Bergkvist (MAINTAINER), with a tweak by me
2009-06-12 17:01:31 +00:00
jasper
dcc98e07af
- re-word COMMENT, no bump as it's been intree for a few minutes
2009-06-12 16:58:07 +00:00
jasper
31921e9a88
import p5-Math-Symbolic 0.603
...
Math::Symbolic is intended to offer symbolic calculation capabilities to
the Perl programmer without using external (and commercial) libraries
and/or applications.
from Markus Bergkvist (MAINTAINER), with a tweak by me
2009-06-12 16:56:06 +00:00
jasper
051e5313ed
import p5-Math-MatrixReal 2.05
...
Math::MatrixReal implements the data type "matrix of reals" (and
consequently also "vector of reals") which can be used almost like any
other basic Perl type thanks to OPERATOR OVERLOADING.
from Markus Bergkvist (MAINTAINER), with some tweaks by me
2009-06-12 16:52:36 +00:00
ajacoutot
45eb496c30
Bump after recent gconf2 MODULE change.
2009-06-11 18:27:02 +00:00
kili
2b41280401
WANTLIB changes due to avahi dependency. Bump affected PKGNAMEs.
2009-06-10 20:27:09 +00:00
ajacoutot
cbce7a02af
Add HOMEPAGE.
2009-06-10 08:28:46 +00:00
ajacoutot
726683d492
Bump after recent gconf2 MODULE changes.
...
"yep, bumps are cheap" kili@
2009-06-08 16:58:15 +00:00
ajacoutot
4f5a750d1c
Convert to using the new gconf2.port.mk module.
2009-06-07 05:59:47 +00:00
sthen
074c3cca7d
mirror the distfile. upstream no longer hosts the old version we're using.
2009-06-03 09:44:23 +00:00
benoit
adc0079491
- update ecm to 6.2.3
...
- regen PLIST
- add SHARED_LIBS
- change maintainer
- change MASTER_SITES
ok pvalchev@, ajacoutot@
2009-05-27 19:09:26 +00:00
benoit
1851e3f6aa
- update to ntl 5.5.1
...
- add SHARED_LIBS
- change maintainer
- regen PLIST
ok ajacoutot@
2009-05-22 09:03:24 +00:00
benoit
9858db5ab6
- update to py-gnuplot 1.8
...
- change maintainer per his request
ok ajacoutot@
2009-05-19 13:56:11 +00:00
simon
fa4c5c58a1
lose cookie and remove p5-Math-Complex which is in base and rather needs
...
an update there
noticed by James Wright, thanks!
2009-05-13 13:13:35 +00:00
simon
7fd9ae429a
add p5-Math-Complex
2009-05-12 23:57:57 +00:00
simon
7277b03f1d
import p5-Math-Complex
...
This package lets you create and manipulate complex numbers. By
default, Perl limits itself to real numbers, but an extra use statement
brings full complex support, along with a full set of mathematical
functions typically associated with and/or extended to complex numbers.
2009-05-12 23:57:53 +00:00
steven
43c56f53c2
update to 4.2.5
...
tested/looks good to kili@
2009-04-19 15:06:50 +00:00
ajacoutot
6a768369c4
- now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
...
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore
ok jasper@
2009-04-16 08:11:13 +00:00
steven
d0ca02376f
update to 14.3.7
...
whitespace nits while here
2009-04-14 18:37:31 +00:00
steven
4d288258ab
update to 0.8.1
2009-04-14 18:23:40 +00:00
steven
b0adbdae36
update to 3.0.5
...
with testing by J.C. Roberts
2009-04-14 18:22:59 +00:00
espie
86dbbd8f30
nothing special, let it be FETCH_MANUALLY
2009-04-13 12:27:38 +00:00
steven
4f25f99134
unbreak build when wxwidgets is installed.
...
noticed and tested by naddy@
2009-04-09 05:17:53 +00:00
ajacoutot
d61a271794
- cope with recent gnome.port.mk / MODGNOME_HELP_FILES changes
2009-04-06 10:09:06 +00:00
eric
5bc386b996
Add dependency on math/umfpack to avoid it being accidently detected
...
at build time. Also fix a build issue. Breakage spotted by naddy@.
ok naddy@
2009-04-05 18:08:34 +00:00
steven
b5491d301b
update to 5.8.0
...
this uses cmake now; needs some more tweaking.
a few subpackages are disabled for now.
2009-04-05 16:21:55 +00:00
jasper
ce7dafe820
- add a bunch of new p5- modules
2009-03-31 16:55:00 +00:00
jasper
52baf56ecb
import p5-Algorithm-NaiveBayes 0.04
...
This module implements the classic "Naive Bayes" machine learning
algorithm. It is a well-studied probabilistic algorithm often used in
automatic text categorization. Compared to other algorithms (kNN, SVM,
Decision Trees), it's pretty fast and reasonably competitive in the
quality of its results.
2009-03-31 16:53:43 +00:00
jasper
2d6ba4b752
import p5-AI-NeuralNet-Kohonen-Visual 0.3
...
Provides TK-based visualisation routines for AI::NueralNet::Kohonen.
2009-03-31 16:49:01 +00:00
jasper
7f406b7395
import p5-AI-NeuralNet-Kohonen 0.142
...
An illustrative implimentation of Kohonen's Self-organising Feature Maps
(SOMs) in Perl.
2009-03-31 16:45:43 +00:00
jasper
d95eb12e0d
import p5-Statistics-Contingency 0.08
...
The Statistics::Contingency class helps you calculate several useful
statistical measures based on 2x2 "contingency tables". These can be
used for measures to help judge the results of automatic text
categorization experiments, but they are useful in other situations
as well.
2009-03-31 16:41:19 +00:00
steven
53f1cac687
update to 3.2.1
...
ok martynas@
2009-03-26 18:37:47 +00:00
jasper
c9657ef17b
another batch of missing bumps
2009-03-25 13:52:31 +00:00
jasper
5585267bbb
- missing module, fixes build on clean box
...
ok naddy@ (MAINTAINER)
2009-03-24 22:14:29 +00:00
jasper
249cd7a92c
- missing bump
2009-03-23 19:08:33 +00:00
jasper
a47adbd039
- update p5-AI-FANN to 0.10
2009-03-23 07:22:24 +00:00
naddy
f2cb2030c3
update to 1.3.4 which fixes a bug when changing sign in scientific
...
EE notation
2009-03-18 15:42:32 +00:00
pirofti
3a4ac61088
Update GiNaC to 1.5.1. From Benoit Lecocq, thanks!
2009-03-17 11:53:01 +00:00
sthen
e3110615f3
convert to tcl.port.mk, fixing deps
2009-03-16 20:08:48 +00:00
espie
bb0189239c
fix deps (checked with new ecl)
2009-03-16 11:20:16 +00:00
espie
a909e7c635
more depends fixes
2009-03-15 09:25:04 +00:00
ajacoutot
c89ef704dd
- nothing should have to run_depends on rarian anymore
...
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore
This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.
discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c
- first pass at cleaning rarian/scrollkeeper handling
...
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.
discussed with jasper@
2009-03-14 10:40:51 +00:00
sthen
2648669288
bump following tk dep changes
2009-03-11 21:37:27 +00:00
sthen
890df46af6
fix WANTLIB and bump.
2009-03-11 09:16:16 +00:00
sthen
aa2b7b35eb
update R to 2.8.1, use Tcl/Tk MODULEs, add optional dependencies to
...
LIB_DEPENDS (autoconf picks them up if installed sometimes resulting
in bad packages), sync WANTLIB. ok mbalmer@
2009-03-11 08:21:33 +00:00
espie
f6f9633015
bump
2009-03-10 19:32:20 +00:00
eric
ec24b5311a
add py-scipy
2009-02-16 14:43:30 +00:00
eric
d2387ab07a
SciPy (pronounced "Sigh Pie") is open-source software for mathematics,
...
science, and engineering. It includes modules for statistics,
optimization, integration, linear algebra, Fourier transforms, signal
and image processing, genetic algorithms, ODE solvers, and more. It
is also the name of a very popular conference on scientific
programming with Python.
The SciPy library depends on NumPy, which provides convenient and fast
N-dimensional array manipulation. The SciPy library is built to work
with NumPy arrays, and provides many user-friendly and efficient
numerical routines such as routines for numerical integration and
optimization. Together, they run on all popular operating systems, are
quick to install, and are free of charge. NumPy and SciPy are easy to
use, but powerful enough to be depended upon by some of the world's
leading scientists and engineers. If you need to manipulate numbers on
a computer and display or publish the results, give SciPy a try!
ok ajacoutot@
2009-02-16 14:42:37 +00:00
eric
6fbc07a706
make use of lapack/blas
...
ok djm@
2009-02-16 10:10:09 +00:00
naddy
9ea99647ac
bump PKGNAME for PLIST changes 4.4 -> 4.5
2009-02-09 20:48:23 +00:00
martynas
41d209767f
add wcalc
2009-02-03 22:48:14 +00:00
martynas
ac23a76db4
import wcalc-2.4
...
wcalc is a powerful arbitrary-precision calculator. It has standard
functions (sin, asinh, logtwo, floor, etc), many pre-defined constants
(pi, e, c, etc.), variables, "active" variables, command history, and
hex/octal/binary i/o, conversions, and more.
from maintainer Amarendra Godbole
tested on amd64, and looks ok to steven@
2009-02-03 22:46:14 +00:00
martynas
15eaa752c8
py-numpy only checks for expl to determine whether extended-precision
...
support is present. since we don't have it yet; it implements
it's own. however, on alpha, powerpc, it declared functions with
types that conflict with C99 (double for *l), therefore failed.
reported by merdely@; tested by and ok kili@
2009-01-27 21:46:53 +00:00
martynas
280ef16335
Add py-nose to REGRESS_DEPENDS.
...
Before:
ImportError: Need nose >= 0.10.0 for tests - see
http://somethingaboutorange.com /mrl/projects/nose
After:
Ran 1128 tests in 5.271s
OK
2009-01-27 21:12:02 +00:00
wcmaier
9dea1a870f
Use numpy's special setuptools file when building (and regen PLIST).
...
Build breakage pointed out by jasper@; fix by me. ok jasper@, ajacoutot@
2009-01-22 19:23:10 +00:00
kili
603dd41690
Update to jacal-1b9.
...
Update HOMEPAGE and MASTER_SITES.
More specific license marker.
portswise ok, jasper@
"if it works...", espie@
2009-01-21 18:31:42 +00:00
ajacoutot
5f2c72663c
- regen WANTLIB after libgnome esound support removal
2009-01-21 10:50:12 +00:00
ajacoutot
09dd6ba720
- regen WANTLIB after libgnome esound support removal
2009-01-20 23:13:30 +00:00
jasper
7df0b88524
- update gnumeric to 1.8.4
...
* loads of bug fixes
2009-01-19 10:01:20 +00:00
djm
d6b133cda4
update to numpy-1.2.1, set MODPY_EGG_VERSION + MODPY_SETUPTOOLS
...
reorder to Makefile.template
2009-01-19 07:11:42 +00:00
naddy
0909fa609b
maintenance update to 1.3.3
2009-01-12 16:39:25 +00:00
jasper
98dddcefbd
- switch to rarian instead of scrollkeeper
...
- regen PLIST
ok ajacoutot@
2008-12-17 18:40:13 +00:00
martynas
9ac8b26151
libc has extended-precision math versions now. tested by and ok naddy@
2008-12-11 15:51:50 +00:00
jasper
7af2008ba1
- add a missing header
...
- regen PLIST
2008-11-19 23:37:17 +00:00
steven
84d1740ab5
update to 3.0.3
2008-11-04 22:41:59 +00:00
jasper
a377aa9b27
- update p5-AI-FANN to 0.09
2008-10-30 10:26:54 +00:00
pirofti
7b5d573e23
Update to GiNaC 1.4.3.
...
Okay naddy@, "go for it" sthen@.
2008-10-29 16:26:14 +00:00
jasper
d450b9f67f
- update p5-Math-BigInt-GMP to 1.24
...
maintainer drops maintainership
2008-10-29 11:39:36 +00:00
pirofti
478a14fa42
Change email addy to my openbsd one.
...
Suggested and okayed by naddy@, also okayed by mbalmer@.
2008-10-27 11:34:00 +00:00
kili
ac963da057
adjust my email adress (noticed by pirofti@)
2008-10-27 02:25:04 +00:00
mbalmer
a6d9b896ef
Update R to version 2.8.0. Diff from Daniel Dickman <didickman@gmail.com>
...
with some tweaks from me.
2008-10-26 23:04:00 +00:00
pvalchev
2d567461e9
Update to yorick-2.1; from Daniel Dickman
2008-10-22 00:51:01 +00:00
sthen
e9f674a9cf
+converters/p5-JSON-XS-VersionOneAndTwo
...
+devel/p5-Devel-PAR
+math/p5-Math-VecStat
+textproc/p5-Encode-Detect
+www/p5-Data-URIEncode
2008-10-16 00:19:30 +00:00
sthen
c2b64d9cba
import Math::VecStat
...
This package provides some basic statistics on numerical vectors.
All the subroutines can take a reference to the vector to be operated
on. In some cases a copy of the vector is acceptable, but is not
recommended for efficiency.
ok simon@
2008-10-16 00:01:04 +00:00
jasper
75af53f9af
- update p5-Math-GMP to 2.05
...
- fix license marker
2008-10-10 12:12:07 +00:00
steven
2c24adc883
update to 3.1.3, bugfix release
2008-10-08 22:27:22 +00:00
steven
162124e8ec
update to 14.2.0
2008-10-08 21:55:19 +00:00
steven
a62fce0d61
update to 3.0.2
2008-10-05 16:22:04 +00:00
sthen
7ed7b46845
update to 2.010800, fixes build with perl 5.10.0
...
ok simon@
2008-10-03 12:33:37 +00:00
simon
559d88985c
bump SHARED_ONLY ports so they get updated and work with the new perl
...
ok sthen@
2008-10-02 20:30:43 +00:00
steven
1dbdf35cbd
homepage changed
2008-10-01 05:16:07 +00:00
jasper
d6fcd1fae2
add p5-AI-FANN
2008-09-30 09:25:02 +00:00
jasper
8205304855
import p5-AI-FANN 0.08
...
AI::FANN is a Perl wrapper for the Fast Artificial Neural Network (FANN)
Library. It's an object oriented interface provides an almost direct map
to the C library API.
2008-09-30 09:22:58 +00:00
jasper
a8b4d61931
- add p5-Math-Derivative, p5-Math-Spline and p5-Statistics-Descriptive
2008-09-24 13:45:45 +00:00
jasper
84c36f68b6
import p5-Statistics-Descriptive 2.6
...
This module provides basic functions used in descriptive statistics. It
has an object oriented design and supports two different types of data
storage and calculation objects: sparse and full. With the sparse
method, none of the data is stored and only a few statistical measures
are available. Using the full method, the entire data set is retained
and additional functions are available.
2008-09-24 13:43:37 +00:00
jasper
11bc637de8
import p5-Math-Spline 0.01
...
This package provides cubic spline interpolation of numeric data. The
data is passed as references to two arrays containing the x and y
ordinates. It may be used as an exporter of the numerical functions or,
more easily as a class module.
2008-09-24 13:42:33 +00:00
jasper
4aa01c6dfc
import p5-Math-Derivative 0.01
...
Perform numerical first (Derivative1) and second Derivative2) order
differentiation on vectors of data.
2008-09-24 13:41:43 +00:00
martynas
7afa11a163
don't round to double-precision anymore, since libc got extended-precision
...
functions now. ok sthen@
2008-09-10 20:50:31 +00:00
jasper
f1914d77e7
- add libneural
2008-09-08 18:55:26 +00:00
jasper
980a2b5d3d
import libneural 1.0.3
...
libneural is an extremely tiny library for creating a software three
layer backpropagation neural network. This is useful for a very wide
variety of pattern recognition and classification problems. It is
written in C++, based on the standard algorithm with NO fancy features
like bias terms or momentum.
2008-09-08 18:46:57 +00:00
espie
347aee7e7e
update to 5.16.1.
...
Most useful change is that this does now build with ecl.
Thus it should build on !i386. Most arches untested yet, but ecl
is vastly more portable.
(discussed with jasper and pvalchev)
2008-08-20 20:36:45 +00:00
jasper
cdece760a9
- update p5-AI-Perceptron to 1.0
...
- regen DESCR
ok kevlo@ (MAINTAINER)
2008-08-19 22:56:00 +00:00
martynas
680c954d11
last round of library bumps due to libc/libm changes. from sthen@
...
double-checked & ok naddy@, go for it pval@
2008-07-30 19:47:09 +00:00
martynas
f01b47c759
don't try to use extended-precision of signbit, isnan, isinf
...
ok wcmaier@, naddy@
2008-07-30 17:49:32 +00:00
sthen
3bb4794565
SHARED_LIBS and PKGNAME bumps for libm.
2008-07-28 23:56:28 +00:00
simon
e763c080dd
maintenance update to version 1.05
2008-07-27 18:25:25 +00:00
martynas
567e0ac244
we don't yet have extended-precision version of isfinite, this is
...
what will be added post-release
for now __isinf will do, relying on the ieee 754 fact that long
infinity assigned to double infinity will be infinity
XXX: remove post-release
ok sthen@
2008-07-26 14:59:45 +00:00
fgsch
726912e139
Upstream distfile has been rebuilt. Unpacked contents identical
...
to before (diffed and double-checked with hashes).
Confirmed and ok sthen@
2008-07-26 11:49:02 +00:00
dhill
8709195090
upgrade to 1.13
...
OK kevlo@
2008-07-14 02:05:27 +00:00
naddy
d10526f05d
bump PKGNAME for PLIST changes 4.3 -> 4.4
2008-07-04 16:35:26 +00:00
ajacoutot
09dce0e760
- little orphan found a new parent: Weldon Goree... thank you.
2008-07-02 17:53:11 +00:00
ajacoutot
95e343fe4c
- remove Dan Harnett from MAINTAINER per his request
...
- bump
2008-07-01 16:41:19 +00:00
sthen
6abd222381
sync WANTLIB following cairo update. ok naddy
2008-06-29 20:44:51 +00:00
steven
eb6f97a927
update Paul Irofti's e-mail address, diff from him.
2008-06-19 09:09:42 +00:00
sturm
7d4fe311f1
get rid of this ancient critter in order to fully remove emulators/redhat
...
use openoffice if you need a spreadsheet
2008-06-12 19:06:49 +00:00
martynas
6de0dbf779
- freemat-3.6 is now possible
...
- make use of portaudio
- remove what i got in upstream
steven@ and Wiktor Izdebski say regression tests pass on amd64, i386
ok steven@
2008-06-11 21:09:06 +00:00
jasper
0818cb86a4
- update gnumeric to 1.8.3
...
joint work with seth jackson, ok ajacoutot@
2008-06-03 16:36:54 +00:00
jasper
f2a5299b82
- gettext already pulls in libiconv, so no need to do it twice
...
from brad@
2008-05-31 23:04:38 +00:00
steven
c8cabd0ced
enable regression tests
2008-05-23 21:06:46 +00:00
steven
70072baf9a
update to 4.2.3
2008-05-23 20:57:32 +00:00
naddy
b04d0f6b63
bump package because the description changed
2008-05-15 15:20:17 +00:00
deanna
74eed42e40
Use Tcl/Tk 8.4 even if 8.5 is available. Fixes packaging errors
...
spotted by naddy@.
Ok naddy@, mbalmer@
2008-05-08 01:35:43 +00:00
naddy
c39de158b8
Fix build on alpha by killing some configure checks that assume all
...
alphas run the same operating system. ok merdely@
2008-04-30 19:42:07 +00:00
steven
74ba594ff6
oops, missing plist update for 3.0.1
...
spotted by Stephan Andre' (andres at msu.edu)
2008-04-26 06:51:29 +00:00
steven
448ec55e55
maintenance update to octave 3.0.1
2008-04-25 18:26:29 +00:00
steven
ab4b7af28b
drop --disable-fortran workaround for sgi.
...
miod@ fixed g77 and confirmed fftw3 now builds.
2008-04-22 21:19:59 +00:00
jakemsr
f52319ab69
g77 throws ICEs on sgi, so disable fortran support there. lets this
...
build on sgi.
discussed with steven@ (MAINTAINER)
2008-04-21 00:38:19 +00:00
jasper
fdd8c80aae
- unbreak after recent glib2 update
...
testing and ok simon@
2008-04-09 13:24:46 +00:00
naddy
74c62919b6
bump PKGNAME for PLIST changes 4.2 -> 4.3
2008-02-22 22:32:07 +00:00
steven
300d0b7bd9
update to 12.8.7
...
use mathomatic's install target
add .desktop handling
2008-02-17 10:54:21 +00:00
merdely
dc514a71d0
Set FFLAGS="${FFLAGS}" in CONFIGURE_ENV for alpha so octave will build
...
on alpha. Wrap in .if ${MACHINE_ARCH} == "alpha" as it caused
regressions on other archs.
No bump since it didn't build on alpha before and only alpha is
affected.
Discussed with steven@
2008-02-12 14:44:06 +00:00
mbalmer
0bfbc05e03
Maintenance update to R 2.6.2
2008-02-08 12:58:57 +00:00
naddy
883cdf98ea
properly fix compilation on various archs; amd64 now passes regress
2008-01-23 15:57:26 +00:00
steven
35176bd794
update to octave 3.0.0
2008-01-21 18:30:13 +00:00
espie
9ca2e064cf
do the same thing with REGRESS_FLAGS as FAKE_FLAGS
2008-01-04 18:38:51 +00:00
espie
17d70806a3
tweak FAKE_FLAGS semantics to saner defaults.
2008-01-04 17:48:33 +00:00
jasper
caeee5b377
add fann
2007-12-17 20:43:38 +00:00
jasper
1fbb345fce
import fann 2.1.0beta
...
Fast Artificial Neural Network Library is a free open source neural
network library, which implements multilayer artificial neural networks
in C with support for both fully connected and sparsely connected
networks. Cross-platform execution in both fixed and floating point are
supported. It includes a framework for easy handling of training data
sets. It is easy to use, versatile, well documented, and fast.
2007-12-17 20:42:00 +00:00
merdely
d4f9dd7409
Add p5-Math-Fibonacci, p5-Math-Fibonacci-Phi
2007-12-17 20:20:46 +00:00
merdely
3df280c5ad
Initial import of p5-Math-Fibonacci-Phi:
...
Perl extension for calculating Phi and phi for Fibonacci numbers.
ok simon@
2007-12-17 20:19:10 +00:00
merdely
80ebc4ee70
Initial import of p5-Math-Fibonacci:
...
This module provides a few functions related to Fibonacci numbers.
ok simon@
2007-12-17 20:18:26 +00:00
ajacoutot
07a770f07f
- add update-desktop-database goo
2007-12-15 20:54:19 +00:00
mbalmer
55ba5f4684
Update R to version 2.6.1 and use zlib, bzlip, pcre from the ports tree
...
instead of building a built-in version.
2007-12-14 15:08:18 +00:00
steven
12822c0e0e
+ginac
2007-12-01 13:39:10 +00:00
steven
717799ddb1
import ginac 1.4.1
...
submitted by Paul Irofti <bulibuta at gmail.com>
2007-12-01 13:38:38 +00:00
okan
2b6e52403a
maintenance update to 3.6.2 from Carlos Valiente
...
ok steven@
2007-11-29 13:43:08 +00:00
jasper
ee215b868d
- update maxima to 5.13.0
...
from pedro martelletto with some tweaks by me
2007-11-25 14:56:09 +00:00
djm
ed3d737668
update to numpy-1.0.4
2007-11-16 11:42:25 +00:00
merdely
5743969bb1
Fix WANTLIB
...
ok landry@
2007-11-14 19:27:35 +00:00
steven
e8d7af48a0
fix WANTLIB
2007-11-14 09:43:39 +00:00
steven
60fa8eefa8
update to 0.6.8
2007-11-12 14:07:11 +00:00
steven
40d19078bc
- in the unpack function, add missing -f argument to tar invocations
...
- in the pkg function, use gmake instead of make, since all the octave-forge
stuff uses it; add corresponding runtime dependency on gmake
based on a diff from Paul Irofti (bulibuta at gmail)
2007-11-10 11:15:05 +00:00
steven
c8158cb50f
update to 12.7.9
2007-10-30 14:19:14 +00:00
simon
b256df2a4c
add p5-Chart-Math-Axis
2007-10-13 08:01:01 +00:00