FreeBSD Bugzilla – Attachment 182203 Details for
Bug 218985
math/cadabra2: Update to 2.1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cadabra2.patch (text/plain), 3.96 KB, created by
Yuri Victorovich
on 2017-05-01 02:52:41 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-05-01 02:52:41 UTC
Size:
3.96 KB
patch
obsolete
>Index: math/cadabra2/Makefile >=================================================================== >--- math/cadabra2/Makefile (revision 436530) >+++ math/cadabra2/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= cadabra2 >-PORTVERSION= 2.1.2 >+PORTVERSION= 2.1.4 > CATEGORIES= math > > MAINTAINER= yuri@rawbw.com >@@ -67,6 +67,8 @@ > ${WRKSRC}/CMakeLists.txt > > post-install: >+ @${REINPLACE_CMD} -i '' -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ >+ ${STAGEDIR}${PREFIX}/bin/cadabra2 > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra2html > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra-server > ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cadabra2.so >Index: math/cadabra2/distinfo >=================================================================== >--- math/cadabra2/distinfo (revision 439698) >+++ math/cadabra2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1486104650 >-SHA256 (kpeeters-cadabra2-2.1.2_GH0.tar.gz) = d8e4c304b71ab2bc7109347197bf4f19fce9ccb7c2986ad07d56b43383697995 >-SIZE (kpeeters-cadabra2-2.1.2_GH0.tar.gz) = 4444189 >+TIMESTAMP = 1493518416 >+SHA256 (kpeeters-cadabra2-2.1.4_GH0.tar.gz) = 89a8dc02f41fcb1061007fc87034975ba2a249ea8e03b2e5f035b8a123459559 >+SIZE (kpeeters-cadabra2-2.1.4_GH0.tar.gz) = 4475773 >Index: math/cadabra2/files/patch-client__server_CMakeLists.txt >=================================================================== >--- math/cadabra2/files/patch-client__server_CMakeLists.txt (revision 439698) >+++ math/cadabra2/files/patch-client__server_CMakeLists.txt (working copy) >@@ -1,11 +1,11 @@ >---- client_server/CMakeLists.txt.orig 2017-01-04 17:38:25 UTC >+--- client_server/CMakeLists.txt.orig 2017-04-14 09:26:53 UTC > +++ client_server/CMakeLists.txt >-@@ -86,21 +86,21 @@ add_definitions("-D_WEBSOCKETPP_CPP11_ST >+@@ -90,21 +90,21 @@ add_definitions("-D_WEBSOCKETPP_CPP11_ST > > # Create the server library > #link_directories(${UUID_LIBRARY_DIRS}) >--add_library(cadabra_server SHARED Server.cc Snoop.cc jsoncpp/jsoncpp.cpp) >-+add_library(cadabra_server SHARED Server.cc Snoop.cc) >+-add_library(cadabra_server SHARED Server.cc Snoop.cc jsoncpp/jsoncpp.cpp ../core/CdbPython.cc ../core/Stopwatch.cc ../core/ProgressMonitor.cc) >++add_library(cadabra_server SHARED Server.cc Snoop.cc ../core/CdbPython.cc ../core/Stopwatch.cc ../core/ProgressMonitor.cc) > target_link_libraries(cadabra_server ${Boost_LIBRARIES} ${SNOOP_LIBRARIES} sqlite3 ${PYTHON_LIBRARIES} ${GLIBMM3_LIBRARIES}) > if (WIN32) > target_link_libraries(cadabra_server ws2_32 mswsock) >Index: math/cadabra2/pkg-plist >=================================================================== >--- math/cadabra2/pkg-plist (revision 439698) >+++ math/cadabra2/pkg-plist (working copy) >@@ -2,6 +2,7 @@ > bin/cadabra-server > bin/cadabra2 > bin/cadabra2html >+bin/cadabra2python > lib/libcadabra_client.so > lib/libcadabra_server.so > %%GUI%%lib/libtexengine.so >@@ -46,11 +47,13 @@ > %%GUI%%%%DATADIR%%/manual/algorithms/integrate_by_parts.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/join_gamma.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/keep_weight.cnb >+%%GUI%%%%DATADIR%%/manual/algorithms/lr_tensor.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/product_rule.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/reduce_delta.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/rename_dummies.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/rewrite_indices.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/sort_product.cnb >+%%GUI%%%%DATADIR%%/manual/algorithms/sort_spinors.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/sort_sum.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/split_gamma.cnb > %%GUI%%%%DATADIR%%/manual/algorithms/split_index.cnb >@@ -94,5 +97,9 @@ > %%GUI%%%%DATADIR%%/manual/properties/SortOrder.cnb > %%GUI%%%%DATADIR%%/manual/properties/Spinor.cnb > %%GUI%%%%DATADIR%%/manual/properties/Symmetric.cnb >+%%GUI%%%%DATADIR%%/manual/properties/Tableau.cnb > %%GUI%%%%DATADIR%%/manual/properties/TableauSymmetry.cnb >+%%GUI%%%%DATADIR%%/manual/properties/WeightInherit.cnb >+%%GUI%%%%DATADIR%%/notebook.html >+%%GUI%%%%DATADIR%%/notebook.tex > %%GUI%%%%DATADIR%%/texengine/preamble.tex
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 218985
:
182203
|
182658
|
182659