Jan Beich
9c09a9551e
Drop remaining BROKEN_FreeBSD_10 per EOL after r483807
2018-11-05 06:54:31 +00:00
Yuri Victorovich
09b85e3d91
New port: math/moab: Component for representing and evaluating mesh data
2018-11-05 02:13:10 +00:00
Johannes M Dieterich
235d33c0da
math/blis: update to release 0.5.0.
...
Most important addition to this release are mixed precision interfaces. This
allows one to, e.g., put in single precision data but carry the computation
out in double precision accuracy.
Note that flame/blis is the upstream for the BLIS library. AMD has forked
BLIS and releases independently from the FLAME project but is strightly
downstream.
2018-11-05 01:09:48 +00:00
Tobias C. Berner
89d1bb9ab0
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
...
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
2018-11-04 19:00:53 +00:00
Antoine Brodin
549794dda8
Mark BROKEN: fails to build
...
qtoctave/src/generate_menu.cpp:282:64: error: cannot initialize return object of type 'MenuExtCallBack *' with an rvalue of type 'bool'
if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return false;
^~~~~
Reported by: pkg-fallout
2018-11-04 14:31:29 +00:00
Antoine Brodin
18f61aa1c5
Mark BROKEN: fails to build
...
In file included from moses/LM/Rand.cpp:37:
In file included from /usr/local/include/RandLM/RandLM.h:23:
/usr/local/include/RandLM/RandLMQuantiser.h:41:24: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
static const float kFloatErr = 0.00001f;
^ ~~~~~~~~
Reported by: pkg-fallout
2018-11-04 14:14:45 +00:00
Antoine Brodin
f32f5dea34
Mark BROKEN: fails to build
...
In file included from shell_src/goshGraph.cpp:13:
In file included from include/gosh.h:13:
In file included from include/goblin.h:21:
In file included from include/managedObject.h:17:
In file included from include/attributePool.h:19:
include/fileImport.h:46:5: error: exception specification of overriding function is more lax than base version
~goblinImport() throw(ERParse);
^
Reported by: pkg-fallout
2018-11-04 13:55:58 +00:00
Yuri Victorovich
76421295e0
math/vtk8: Enable MPI by default
...
Reason: the upcoming port 'liggghts' expects MPI enabled in vtk.
2018-11-04 08:21:21 +00:00
Antoine Brodin
70ca2c7464
Mark BROKEN: fails to build
...
/wrkdirs/usr/ports/math/vtk5/work/VTK5.10.1/Common/vtkOStreamWrapper.cxx:60:1: error: invalid operands to binary expression ('std::__1::ostream' (aka 'basic_ostream<char>') and 'std::__1::ostream')
VTKOSTREAM_OPERATOR(ostream&);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout
2018-11-03 22:37:32 +00:00
Thierry Thomas
85b8b7169f
- build the shared libraries by defaulti (used by Code_Saturne);
...
- add an option to keep the static ones;
- add an external pkg-plist.
2018-11-03 10:30:49 +00:00
Wen Heping
3ae7371ddf
- Update to 2.86
...
Changes: https://metacpan.org/changes/distribution/Math-Polynomial-Solve
2018-11-03 02:53:00 +00:00
Eric Turgeon
d6c8ab3ac6
update math/mate-calc to 1.20.2
...
Approved by: bapt (mentor)
2018-11-02 17:51:55 +00:00
Antoine Brodin
953381eb6e
Add missing USES=makeinfo
2018-11-02 17:29:08 +00:00
Alex Dupre
85f3b1194f
Revert last commit / drop gpatch dependency now that FreeBSD 10 is EOL.
2018-11-02 14:09:45 +00:00
Rene Ladan
8a502cb2d4
Remove compatibility code for FreeBSD < 11.2 from all ports.
...
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Sunpoet Po-Chuan Hsieh
eea3cb1799
Update to 1.13
...
Changes: https://metacpan.org/changes/distribution/Math-Utils
2018-11-01 19:13:42 +00:00
Yuri Victorovich
e0071402cb
New port: math/dbcsr: Distributed Block Compressed Sparse Row matrix library
2018-10-31 21:49:24 +00:00
Yuri Victorovich
cb1669ee3e
math/py-cvxopt: Remove WITH_ from options; Improve option descriptions
...
Reported by: mat
2018-10-31 19:20:14 +00:00
Sunpoet Po-Chuan Hsieh
03350799a5
Update to 1.0.11
...
- Update LICENSE
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/bmc/munkres/blob/master/CHANGELOG.md
2018-10-30 19:54:13 +00:00
Sunpoet Po-Chuan Hsieh
656aeb0f3b
Update to 1.5.14
...
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://bitbucket.org/jeunice/intspan/src/default/CHANGES.yml
2018-10-30 19:54:04 +00:00
Alex Dupre
01f145fab3
FreeBSD 10 still requires gpatch.
...
PR: 232809
Submitted by: Bengt Ahlgren <bengta@sics.se>
2018-10-30 10:26:12 +00:00
Alex Dupre
21bd096022
Add post 4.0.1 patches.
...
PR: 232802
Submitted by: Dennis Clarke <dclarke@blastwave.org>
2018-10-30 06:56:54 +00:00
Yuri Victorovich
3c6cb08c46
New port: math/py-python-louvain: Louvain algorithm for community detection
2018-10-30 06:18:48 +00:00
Wen Heping
7193e8d1ee
- Remove compiler:c++11-lib from Uses, no needed here
2018-10-30 01:55:07 +00:00
Wen Heping
4c597b9501
- Update to 2018.07.03
2018-10-30 01:20:14 +00:00
Yuri Victorovich
d63d1070b6
math/py-cvxopt: Update 1.2.1 -> 1.2.2
...
Port changes:
* Add 4 optional dependencies predicated on corresponding port options
Reported by: portscout
2018-10-29 06:08:36 +00:00
Yuri Victorovich
25457eaa8a
New port: math/dsdp: Implementation of interior-point method for semidefinite programming
2018-10-29 05:55:51 +00:00
Yuri Victorovich
abe52057b4
math/py-uncertainties: Update 3.0.2 -> 3.0.3
...
Reported by: portscout
2018-10-29 04:08:29 +00:00
Sunpoet Po-Chuan Hsieh
49393eba8a
Update to 4.05
...
Changes: https://metacpan.org/changes/distribution/Math-MPFR
2018-10-28 19:58:09 +00:00
Sunpoet Po-Chuan Hsieh
e78668faeb
Update to 1.999816
...
Changes: https://metacpan.org/changes/distribution/Math-BigInt
2018-10-28 19:58:00 +00:00
Sunpoet Po-Chuan Hsieh
83e7885c6b
Update to 0.5.1
...
Changes: https://github.com/pydata/patsy/releases
https://github.com/pydata/patsy/blob/master/doc/changes.rst
2018-10-28 19:57:09 +00:00
Mark Linimon
d9fad62b36
Fix build with GCC-based architectures.
...
PR: 231939
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-10-28 13:44:02 +00:00
Mark Linimon
41e0ceb43c
Unbreak on powerpc64.
...
PR: 231722
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-10-28 09:49:51 +00:00
Mark Linimon
d4d87f2136
Fix build on powerpc.
...
PR: 232327
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-10-28 09:45:57 +00:00
Jan Beich
ec5d9a54d6
Downgrade C++03 to C++98, actual default for GCC < 6
...
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +00:00
Yuri Victorovich
0fb5f00ce7
math/adol-c: fix build with GCC-based architectures
...
PR: 232712
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-28 05:42:13 +00:00
Yuri Victorovich
729f4c97de
math/yices: Update 2.6.0 -> 2.6.1
...
Reported by: portscout
2018-10-28 04:45:48 +00:00
Yuri Victorovich
8b015d2ef2
math/py-Pyomo: Update 5.5.0 -> 5.5.1
...
Reported by: portscout
2018-10-28 04:37:14 +00:00
Yuri Victorovich
15bff4e89c
math/py-primme: Update 2.1.5.20181011 -> 2.2
...
Reported by: portscout
2018-10-28 04:33:28 +00:00
Yuri Victorovich
1dbf74e111
math/primme: 2.1.20181011 -> 2.2
...
Reported by: portscout
2018-10-28 04:32:44 +00:00
Yuri Victorovich
0fbfff64be
math/arb: Update 2.15.0 -> 2.15.1
...
Reported by: portscout
2018-10-28 02:40:46 +00:00
Sunpoet Po-Chuan Hsieh
a5ac1e4562
Update to 3.0702
...
- Fix LICENSE_FILE
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Statistics-Descriptive
2018-10-27 23:24:05 +00:00
Tobias C. Berner
19fb9b432b
Fix build with GCC-based architectures for various kde@ ports.
...
- Qt5 required c++11 support.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
PR: 232726
PR: 232725
PR: 232723
PR: 232722
PR: 232721
PR: 232720
PR: 232719
PR: 232697
PR: 232682
PR: 232669
PR: 232668
PR: 232667
PR: 232666
PR: 232665
PR: 232664
PR: 232662
PR: 232661
PR: 232655
PR: 232654
PR: 232652
PR: 232648
PR: 232647
PR: 232641
PR: 232640
PR: 232638
PR: 232635
PR: 232634
PR: 232632
PR: 232631
PR: 232630
PR: 232629
PR: 232628
PR: 232627
PR: 232625
PR: 232624
PR: 232623
PR: 232614
PR: 232613
PR: 232612
PR: 232611
PR: 232610
PR: 232609
PR: 232607
PR: 232606
PR: 232605
PR: 232604
PR: 232603
PR: 232602
PR: 232597
PR: 232589
PR: 232585
PR: 232584
PR: 232583
PR: 232581
PR: 232580
PR: 232579
PR: 232578
PR: 232576
PR: 232575
PR: 232574
PR: 232573
PR: 232570
2018-10-27 11:50:58 +00:00
Steve Wills
51a84ada71
math/py-intspan: Update to 1.5.14
...
PR: 232432
Submitted by: Nathan <ndowens@yahoo.com>
2018-10-27 02:52:14 +00:00
Steve Wills
00a1dd9848
math/ntl: Update to 11.3.1
...
PR: 232592
Submitted by: Nathan <ndowens@yahoo.com> (maintainer)
2018-10-27 01:14:43 +00:00
TAKATSU Tomonari
56c2e791fd
- Update to 0.7-1
2018-10-26 02:53:06 +00:00
Yuri Victorovich
34daf565f1
math/slepc: Update 3.10.0 -> 3.10.1
...
Reported by: portscout
2018-10-25 07:13:51 +00:00
David Naylor
72e4cef5a9
math/R-cran-carData: updated to version 3.0-2
...
- changelog:
- Added Rossi recidivism, 2011 Canadian National Election Study, and UN
1998 social indicators data sets.
Generated by: portcran (0.1.9)
2018-10-24 18:57:51 +00:00
David Naylor
7a04354674
math/R-cran-car: updated to version 3.0-2
...
- removed PORTREVISION due to version bump
- add new run dependencies:
- astro/R-cran-maptools
- devel/R-cran-abind
- math/R-cran-carData
- math/R-cran-lme4
- textproc/R-cran-rio
- remove unused test dependency:
- math/R-cran-lme4
- update description to align with CRAN package
- update website URL to align with CRAN package
- changelog:
- This version deals with a technical problem (reported by Don van den
Bergh), implementing a solution suggested by Brian Ripley: Rather than
importing utils::askYesNo(), which is unavailable before R 3.5.0, a
local unexported copy is supplied in the car package, to be removed
after version 3.0-2.
Generated by: portcran (0.1.9)
2018-10-24 16:31:07 +00:00
David Naylor
63d8c7ef9f
math/R-cran-haven: Import and Export 'SPSS', 'Stata' and 'SAS' Files
...
Generated by: portcran (0.1.9)
2018-10-23 18:25:39 +00:00