mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
math/yacas: update to 1.7.0
Announcement: http://www.yacas.org/release_1.7.0/
This commit is contained in:
parent
8e552b8049
commit
4de98b27e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505670
@ -2,33 +2,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yacas
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
COMMENT= Yet Another Computer Algebra System
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
TEST_DEPENDS= bash:shells/bash
|
||||
TEST_DEPENDS= bash:shells/bash \
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
DOCS_CMAKE_ON= -DENABLE_DOCS:BOOL=ON \
|
||||
-DDOCSDIR:STRING=${DOCSDIR_REL} \
|
||||
BUILD_DEPENDS= gtest-config:devel/googletest
|
||||
|
||||
CMAKE_ARGS= -DENABLE_DOCS:BOOL=OFF \
|
||||
-DENABLE_CYACAS_CONSOLE:BOOL=ON \
|
||||
-DENABLE_CYACAS_KERNEL:BOOL=OFF \
|
||||
-DENABLE_CYACAS_GUI:BOOL=OFF \
|
||||
-DENABLE_JYACAS:BOOL=OFF
|
||||
DOCS_BUILD_DEPENDS= sphinx-autogen:textproc/py-sphinx
|
||||
|
||||
PORTDOCS= *
|
||||
-DENABLE_JYACAS:BOOL=OFF \
|
||||
-DENABLE_CYACAS_UNIT_TESTS:BOOL=ON \
|
||||
-DENABLE_CYACAS_BENCHMARKS:BOOL=OFF
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
USES= cmake compiler:c++11-lib
|
||||
USES= cmake compiler:c++17-lang
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= grzegorzmazur
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1478519781
|
||||
SHA256 (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = a6a37b91fde6692e1de13199b764d97ca00a4ce020dc9a31f0e4c6bf4cdb5f0b
|
||||
SIZE (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = 2498096
|
||||
TIMESTAMP = 1561628894
|
||||
SHA256 (grzegorzmazur-yacas-v1.7.0_GH0.tar.gz) = 3e56980ca34d527cf1e2d5394e2078313d1a5605559ded3f9997ed8b29325313
|
||||
SIZE (grzegorzmazur-yacas-v1.7.0_GH0.tar.gz) = 2610016
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- docs/CMakeLists.txt.orig 2016-05-10 08:39:04 UTC
|
||||
+++ docs/CMakeLists.txt
|
||||
@@ -38,6 +38,6 @@ add_custom_target(yacas_docs ALL
|
||||
COMMENT "Building HTML documentation with Sphinx")
|
||||
|
||||
install (DIRECTORY "${SPHINX_SINGLEHTML_DIR}"
|
||||
- DESTINATION share/yacas/documentation
|
||||
+ DESTINATION ${DOCSDIR}
|
||||
COMPONENT doc
|
||||
PATTERN ".buildinfo" EXCLUDE)
|
@ -23,10 +23,12 @@ include/yacas/lispobject.h
|
||||
include/yacas/lispoperator.h
|
||||
include/yacas/lispparser.h
|
||||
include/yacas/lispstring.h
|
||||
include/yacas/lisptype.h
|
||||
include/yacas/lispuserfunc.h
|
||||
include/yacas/mathcommands.h
|
||||
include/yacas/mathuserfunc.h
|
||||
include/yacas/mempool.h
|
||||
include/yacas/mp/nn.hpp
|
||||
include/yacas/mp/zz.hpp
|
||||
include/yacas/noncopyable.h
|
||||
include/yacas/numbers.h
|
||||
include/yacas/patcher.h
|
||||
@ -39,7 +41,6 @@ include/yacas/standard.h
|
||||
include/yacas/standard.inl
|
||||
include/yacas/string_utils.h
|
||||
include/yacas/stringio.h
|
||||
include/yacas/stubs.h
|
||||
include/yacas/substitute.h
|
||||
include/yacas/tokenizer.h
|
||||
include/yacas/utf8.h
|
||||
@ -50,6 +51,7 @@ include/yacas/xmltokenizer.h
|
||||
include/yacas/yacas.h
|
||||
include/yacas/yacas_version.h
|
||||
lib/libyacas.a
|
||||
lib/libyacas_mp.a
|
||||
%%DATADIR%%/scripts/array.rep/code.ys
|
||||
%%DATADIR%%/scripts/array.rep/code.ys.def
|
||||
%%DATADIR%%/scripts/assoc.rep/code.ys
|
||||
@ -168,6 +170,8 @@ lib/libyacas.a
|
||||
%%DATADIR%%/scripts/predicates.rep/code.ys.def
|
||||
%%DATADIR%%/scripts/probability.rep/code.ys
|
||||
%%DATADIR%%/scripts/probability.rep/code.ys.def
|
||||
%%DATADIR%%/scripts/products.rep/code.ys
|
||||
%%DATADIR%%/scripts/products.rep/code.ys.def
|
||||
%%DATADIR%%/scripts/pslq.rep/code.ys
|
||||
%%DATADIR%%/scripts/pslq.rep/code.ys.def
|
||||
%%DATADIR%%/scripts/r_form.rep/code.ys
|
||||
|
Loading…
Reference in New Issue
Block a user