Sunpoet Po-Chuan Hsieh
ab08631132
- Update to 2.6.0
...
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
2016-06-26 17:16:22 +00:00
Kurt Jaeger
a8ac945d14
math/R: add LIBR to OPTIONS_DEFAULT to allow math/rkward-kde4 to build
...
PR: 207425
Reported by: thierry
2016-06-26 14:03:09 +00:00
Kurt Jaeger
cb6bb06ee6
math/R: Add optimization related options to Makefile
...
There are a couple of enhancements that can be made to math/R
regarding optimization: one would be to enable LTO and OpenMP
whenever the compiler supports it, another one would be to allow
linking to OpenBLAS besides ATLAS or R's internal BLAS implementation.
The patch was inspired by math/octave's handling of BLAS.
PR: 207425
Submitted by: elferdo@gmail.com
Approved by: bf (maintainer timeout)
2016-06-25 19:10:19 +00:00
Dmitry Marakasov
7df40923eb
- Clarify LICENSE
...
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
2016-06-24 13:54:34 +00:00
Dmitry Marakasov
8ed4dae5c2
- Remove always true condition
...
Approved by: portmgr blanket
2016-06-24 13:08:21 +00:00
Torsten Zuehlsdorff
8b62234838
Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
...
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.
Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00
Pawel Pekala
97a65c99c3
Deep Learning library for Python. Convnets, recurrent neural networks, and
...
more. Runs on Theano and TensorFlow.
WWW: http://keras.io/
PR: 210119
Submitted by: Neel Chauhan <neel@neelc.org>
2016-06-22 17:14:44 +00:00
Mark Felder
1931e03af3
math/py-intspan: Update to 1.5.3
2016-06-22 14:50:07 +00:00
Mathieu Arnold
897b15bb39
Update to 0.49.
...
Sponsored by: Absolight
2016-06-22 13:36:23 +00:00
Johan van Selst
5e5a92b720
Update GAP to 4.8.4
2016-06-21 16:44:00 +00:00
Mathieu Arnold
855ff30cb5
Update to 0.48.
...
Sponsored by: Absolight
2016-06-21 15:08:44 +00:00
Mathieu Arnold
95a28e9c7a
Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
...
p5-Term-ReadLine-(Gnu,Perl,TTYtter).
I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.
devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.
Sponsored by: Absolight
2016-06-21 13:24:53 +00:00
Olivier Duchateau
7262c9cad3
Update to 0.6.0
2016-06-21 03:39:35 +00:00
Mathieu Arnold
7ae7b018cc
With the power of USES=dos2unix, get rid of most patches and files
...
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
2016-06-20 16:23:28 +00:00
John Marino
33ce8d3acf
math/scilab is not jobs safe, plus fix pkg-plist
...
From experience, OCAML simply is not guaranteed to build concurrently.
Like many other ports that require OCAML to build, Scilab is not jobs
safe. While confirmed this, I discovered the pkg-plist was missing
four files, so I've added those while marking the port jobs unsafe.
2016-06-19 17:09:26 +00:00
David Naylor
771b79cf8a
math/R: unbreak index.
...
Reported by: cperciva@ (Portsnap buildbox)
2016-06-18 18:08:07 +00:00
David Naylor
cbc090bfe3
Mk/Uses/cran: add "compiles" argument.
...
[1] Add "compiles" argument to cran to allow R-cran ports need to compile
code to bring in the correct compiler dependencies. Also, ensure
consistency between the compiler selected by the R port and the R-cran ports.
[2] Migrate R-cran ports that manually specify the compiler to
USES=cran,compiles.
PR: 210343
Approved by: wen (1), portmgr (2, blanket)
2016-06-18 17:46:30 +00:00
TAKATSU Tomonari
69680b27a4
- Update to 0.4-6
2016-06-18 03:45:40 +00:00
Jan Beich
9b7a774345
math/blitz++: unbreak build on 11.0 and dragonfly
...
./arrays-expr.texi:718: unknown command `erf'
PR: 199527
Reported by: pkg-fallout
Approved by: maintainer timeout (1 year)
2016-06-17 08:00:22 +00:00
Wen Heping
c5febd3a7b
- Update to 2016.06.02
2016-06-15 13:17:47 +00:00
Torsten Zuehlsdorff
c5152e00e5
Change MAINTAINER from xmj@FreeBSD.org to johannes@perceivon.net
...
PR: 210265
Submitted by: Johannes Jost Meixner (johannes@perceivon.net )
Approved by: pi (mentor)
2016-06-15 09:04:29 +00:00
Kurt Jaeger
624ea74f53
devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build
...
for those ports, unbreak:
science/veusz
math/qtiplot
emulators/swine
devel/ninja-ide
PR: 210045
Reported by: antoine
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
2016-06-14 18:18:54 +00:00
Wen Heping
ce6138213f
C-coded Python extension module that supports multiple-precision arithmetic.
...
In addition to supporting GMP or MPIR for multiple-precision integer and
rational arithmetic, gmpy2 adds support for the MPFR (correctly rounded real
floating-point arithmetic) and MPC (correctly rounded complex floating-point
arithmetic) libraries.
WWW: https://pypi.python.org/pypi/gmpy2
WWW: https://github.com/aleaxit/gmpy/releases
PR: 210127
Submitted by: yuri@rawbw.com
2016-06-14 08:21:12 +00:00
John Marino
1e309a9f9c
math/why3-spark: Try to fix build on F10
...
CC was defined twice in the makefile; once by the ${CC} variable
and later redefined to "gcc". FreeBSD 10 doesn't like that.
2016-06-13 20:04:52 +00:00
Kurt Jaeger
5052715089
math/timbl: update MAINTAINER to his new address
...
Submitted by: Sender Ghost <lightside@gmx.com>
2016-06-13 19:57:12 +00:00
Stephen Montgomery-Smith
48e0e2a3cf
- Update to 0.1.11.
2016-06-12 15:25:38 +00:00
John Marino
d2445d42b8
math/why3-spark: Update COMMENT
2016-06-12 13:11:48 +00:00
John Marino
d11978f81f
math/why3-spark: Upgrade version 2015 => 2016 (unbreaks)
2016-06-12 13:09:22 +00:00
TAKATSU Tomonari
0ad4c3e037
- Update to 5.26
2016-06-10 06:52:27 +00:00
Adam Weinberger
b5949efa45
libraries are declared with LIB_DEPENDS, not RUN_DEPENDS.
...
Committed under "just fix it."
2016-06-09 15:29:38 +00:00
Cy Schubert
39a235d0aa
Fix SEGFAULT during build on AMD Barcelona CPUs. This patch is
...
based on discussion at https://github.com/xianyi/OpenBLAS/issues/786 .
PR: 209412
2016-06-09 02:14:50 +00:00
Wen Heping
67c5e1003b
- Remove wrongly used PLIST_SUB from pkg-plist
...
PR: 210051
Submitted by: tcberner@gmail.com
2016-06-08 01:30:22 +00:00
Carlos J. Puga Medina
e2586c397d
- Fix CONFLICTS with math/ogdf
...
- Update MAINTAINER to my @FreeBSD.org address
- Switch to OPTION helpers
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D6741
2016-06-07 11:27:39 +00:00
Mathieu Arnold
7f304f0633
Remove unneeded usage of:
...
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
2016-06-06 15:25:42 +00:00
Stephen Montgomery-Smith
26fca82eb3
- Update to 2.4.0.
2016-06-06 14:23:26 +00:00
Antoine Brodin
59049f074c
Fix build with libc++ 3.8.0, by disabling custom max_align_t definition
...
PR: 209692
Submitted by: dim@
Approved by: maintainer timeout (2 weeks)
2016-06-05 16:47:09 +00:00
TAKATSU Tomonari
3a87156f31
- Update to 0.7.100.3.1
2016-06-05 02:23:42 +00:00
TAKATSU Tomonari
5e70bf329d
- Update to 0.6-5
2016-06-04 23:41:05 +00:00
Stephen Montgomery-Smith
373341740b
- update to 1.5.0.
2016-06-04 20:27:09 +00:00
Antoine Brodin
9e937dddf1
Mark BROKEN: fails to configure
...
checking for pcre_fullinfo in -lpcre... no
checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required
===> Script "configure" failed unexpectedly.
Reported by: pkg-fallout
2016-06-04 19:01:06 +00:00
Antoine Brodin
d7aa323fbc
Mark BROKEN: fails to build
...
src/scripting/PythonScripting.cpp:61:10: fatal error: 'sipAPIqti.h' file not found
#include "sipAPIqti.h"
^
Reported by: pkg-fallout
2016-06-04 17:19:50 +00:00
Antoine Brodin
c1e2ff0923
Mark BROKEN: fails to build
...
g++48 -I/usr/local/lib/R/include -DNDEBUG -I/usr/local/include -DLIBICONV_PLUG -fpic -O2 -pipe -fno-builtin-coshl -fno-builtin-erfcl -fno-builtin-erfl -fno-builtin-lgammal -fno-builtin-powl -fno-builtin-sinhl -fno-builtin-tanhl -fno-builtin-tgammal -DLIBICONV_PLUG -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -DLIBICONV_PLUG -Wl,-rpath=/usr/local/lib/gcc48 -c dists.cc -o dists.o
In file included from /usr/local/lib/gcc48/include/c++/cmath:42:0,
from /usr/local/lib/R/include/R.h:43,
from dists.cc:10:
/usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:213:12: error: redefinition of 'struct std::__is_integer<int>'
struct __is_integer<int>
^
/usr/local/lib/gcc48/include/c++/bits/cpp_type_traits.h:146:12: error: previous definition of 'struct std::__is_integer<int>'
struct __is_integer<bool>
^
Reported by: pkg-fallout
2016-06-04 12:34:50 +00:00
Antoine Brodin
c31defa0fc
Deprecate ports broken for more than 6 months
2016-06-03 16:44:58 +00:00
Wen Heping
0ffcdaf737
- Update to 1.0.2
2016-06-02 08:09:01 +00:00
Mathieu Arnold
77f8276a88
Github cleanup.
...
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
2016-06-01 13:15:36 +00:00
Tilman Keskinoz
39d18d9545
Update to 1.3.5
...
PR: 209866
Submitted by: maintainer
2016-05-31 15:57:12 +00:00
TAKATSU Tomonari
213e2df044
- Update to 0.7.100.3.0
2016-05-29 04:12:59 +00:00
Sunpoet Po-Chuan Hsieh
12e20ca312
- Update to 2.75
...
- Add LICENSE_FILE
Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes
2016-05-28 17:09:49 +00:00
Dmitry Marakasov
1701f697db
- Change condition to fix build with fmake when using python3.x
...
PR: 209514
Approved by: portmgr blanket
2016-05-27 19:42:12 +00:00
Thierry Thomas
830af85825
Upgrade to RKWard 0.6.5 to chase Rupgrade to 3.3.0.
...
Changelog at
https://rkward.kde.org/News#RKWard_0.6.5_-_Much_improved_preview_functionality.2C_and_more
2016-05-27 19:40:28 +00:00