Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152954703
D7730.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D7730.diff
View Options
Index: head/audio/csound/Makefile
===================================================================
--- head/audio/csound/Makefile
+++ head/audio/csound/Makefile
@@ -3,7 +3,7 @@
PORTNAME= csound
PORTVERSION= 5.19.01
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \
SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
@@ -28,6 +28,8 @@
WRKSRC= ${WRKDIR}/${PORTNAME:S/c/C/}${PORTVERSION}
USES= bison cpe gettext scons compiler:openmp python
+# math/gmm++ requires c++11
+USE_CXXSTD= c++11
CPE_VENDOR= csounds
MAKE_ARGS= instdir="${STAGEDIR}" prefix="${PREFIX}" \
CC="${CC}" CXX="${CXX}" \
Index: head/audio/csound6/Makefile
===================================================================
--- head/audio/csound6/Makefile
+++ head/audio/csound6/Makefile
@@ -3,7 +3,7 @@
PORTNAME= csound
PORTVERSION= 6.06
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION}
PKGNAMESUFFIX= 6
@@ -24,6 +24,8 @@
libsndfile.so:audio/libsndfile
USES= alias bison cmake:outsource localbase python:2
+# math/gmm++ requires c++11
+USE_CXXSTD= c++11
CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \
-DBUILD_JAVA_INTERFACE:BOOL=OFF \
-DBUILD_P5GLOVE_OPCODES:BOOL=OFF \
Index: head/math/gmm++/Makefile
===================================================================
--- head/math/gmm++/Makefile
+++ head/math/gmm++/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gmm++
-PORTVERSION= 4.3
+PORTVERSION= 5.1
CATEGORIES= math
MASTER_SITES= http://download.gna.org/getfem/stable/
DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION}
Index: head/math/gmm++/distinfo
===================================================================
--- head/math/gmm++/distinfo
+++ head/math/gmm++/distinfo
@@ -1,2 +1,3 @@
-SHA256 (gmm-4.3.tar.gz) = 09ee01312df1eb11cace9839e6006d842ac492f0e62f0c22bcab6181ef2d5c1b
-SIZE (gmm-4.3.tar.gz) = 488181
+TIMESTAMP = 1472681977
+SHA256 (gmm-5.1.tar.gz) = 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636
+SIZE (gmm-5.1.tar.gz) = 537290
Index: head/math/gmm++/pkg-plist
===================================================================
--- head/math/gmm++/pkg-plist
+++ head/math/gmm++/pkg-plist
@@ -8,6 +8,7 @@
include/gmm/gmm_def.h
include/gmm/gmm_dense_Householder.h
include/gmm/gmm_dense_lu.h
+include/gmm/gmm_dense_matrix_functions.h
include/gmm/gmm_dense_qr.h
include/gmm/gmm_dense_sylvester.h
include/gmm/gmm_domain_decomp.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 7:36 AM (10 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31753741
Default Alt Text
D7730.diff (2 KB)
Attached To
Mode
D7730: Update math/gmm++ to 5.1
Attached
Detach File
Event Timeline
Log In to Comment