Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/singular/files/, sci-mathematics/singular/
Date: Sat, 25 Dec 2021 19:08:08
Message-Id: 1640459205.27e26ae3fe700403a596d0096248f2e8015822cd.mjo@gentoo
1 commit: 27e26ae3fe700403a596d0096248f2e8015822cd
2 Author: François Bissey <frp.bissey <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 12 23:19:37 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 19:06:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e26ae3
7
8 sci-mathematics/singular: Update to singular 4.2.1p2
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: François René Pierre Bissey <frp.bissey <AT> gmail.com>
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 sci-mathematics/singular/Manifest | 1 +
15 .../singular/files/singular-4.2.1-htmldoc.patch | 43 ++++++++
16 sci-mathematics/singular/singular-4.2.1_p2.ebuild | 117 +++++++++++++++++++++
17 3 files changed, 161 insertions(+)
18
19 diff --git a/sci-mathematics/singular/Manifest b/sci-mathematics/singular/Manifest
20 index 1a947fd65804..7d1224ad896e 100644
21 --- a/sci-mathematics/singular/Manifest
22 +++ b/sci-mathematics/singular/Manifest
23 @@ -1,3 +1,4 @@
24 DIST singular-4.2.0p1.tar.gz 14155171 BLAKE2B 444553f87d7ca8d6a62e4519c9857a6892757e92285df7c3b686913a9b51c9ae8d802c41382b0b2b6e37dc2dc496d4a10f262c98407470219cdce131e8baf127 SHA512 2ecd8940c9e8d70a93dbdb4df6da313c00151e5cb959f8eed5856e8df99089b5a03e514fbcdc70903c77df8b59fa7ef9f3b134f1de510b795fa6ea0341089bd8
25 DIST singular-4.2.0p3.tar.gz 16641923 BLAKE2B 4dd7e1a42c71bbba625e171aee656580b443656f50458909ffae1af81b1413d5330aa032656032ea365225eb088491fe2a48997895e37bc89eea5f17b8fbebb8 SHA512 b9833389b648ec4ba2bd09253f00254b9ae3dc61313fc81c9003b283fc413caab4274e55750de1c342ef24a8fc0ce817643cd31eabbb2999de7f5017dfa1411f
26 DIST singular-4.2.1.tar.gz 16643430 BLAKE2B 2cfc33bd59a5e8756c7ce022ad2b38477a0d7a6747b3c4fd4b1b168cfd179ace52121506cda2c4d5f318abca72231c74f649ede349b17b5f138083428d9da766 SHA512 48bebbe9c886ee56bb2f7bdd9e356bd33e357a2d707c976b8496200f422a2ba25d7c9bba22a261574428abf73a8b6b111d35236fca647e32619659059e861916
27 +DIST singular-4.2.1p2.tar.gz 15026730 BLAKE2B 91d13a367fe9e182aba865debb2cf8a14735ed26b5ce573061172b1fcf1e188c6ebc76794e0219fd2b2ef39c10117def047630737583ebed987a152d7fc1fb2a SHA512 b031f8a1f65739617e052a30ec8d2f809d3961c3cff606651570b0e47c0b8814322883bfa5d5fdda8a1263c527de39287b1666ef7a548369febad46676a7f04e
28
29 diff --git a/sci-mathematics/singular/files/singular-4.2.1-htmldoc.patch b/sci-mathematics/singular/files/singular-4.2.1-htmldoc.patch
30 new file mode 100644
31 index 000000000000..7eedee90dcf2
32 --- /dev/null
33 +++ b/sci-mathematics/singular/files/singular-4.2.1-htmldoc.patch
34 @@ -0,0 +1,43 @@
35 +diff --git a/configure.ac b/configure.ac
36 +index 6b75a34..5e932b8 100644
37 +--- a/configure.ac
38 ++++ b/configure.ac
39 +@@ -228,6 +228,11 @@ AX_NORMALIZE_PATH([config_datadir],['/'])
40 + AC_DEFINE_UNQUOTED([DATA_DIR],"$config_datadir",[datadir])
41 + AC_SUBST(DATA_DIR, "$config_datadir")
42 +
43 ++AX_RECURSIVE_EVAL([[$]docdir], [config_docdir])
44 ++AX_NORMALIZE_PATH([config_docdir],['/'])
45 ++AC_DEFINE_UNQUOTED([DOC_DIR],"$config_docdir",[docdir])
46 ++AC_SUBST(DOC_DIR, "$config_docdir")
47 ++
48 + SING_SHOW_FLAGS([Compiler/linker flags: ])
49 +
50 +
51 +diff --git a/resources/configure.ac b/resources/configure.ac
52 +index bde2baa..9f9c966 100644
53 +--- a/resources/configure.ac
54 ++++ b/resources/configure.ac
55 +@@ -72,5 +72,9 @@ AX_RECURSIVE_EVAL([[$]datadir], [config_datadir])
56 + AX_NORMALIZE_PATH([config_datadir],['/'])
57 + AC_DEFINE_UNQUOTED([DATA_DIR],"$config_datadir",[datadir])
58 +
59 ++AX_RECURSIVE_EVAL([[$]htmldir], [config_htmldir])
60 ++AX_NORMALIZE_PATH([config_htmldir],['/'])
61 ++AC_DEFINE_UNQUOTED([HTML_DIR],"$config_datadir",[htmldir])
62 ++
63 + AC_CONFIG_FILES([singular_resources.pc Makefile])
64 + AC_OUTPUT
65 +diff --git a/resources/feResource.cc b/resources/feResource.cc
66 +index 0eaa6fa..3309386 100644
67 +--- a/resources/feResource.cc
68 ++++ b/resources/feResource.cc
69 +@@ -78,7 +78,7 @@ VAR feResourceConfig_s feResourceConfigs[] =
70 + {"DefaultDir",'d', feResDir, "SINGULAR_DEFAULT_DIR", SINGULAR_DEFAULT_DIR, (char *)""},
71 + {"InfoFile", 'i', feResFile, "SINGULAR_INFO_FILE", "%D/info/singular.info", (char *)""},
72 + {"IdxFile", 'x', feResFile, "SINGULAR_IDX_FILE", "%D/singular/singular.idx", (char *)""},
73 +- {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", "%D/singular/html", (char *)""},
74 ++ {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", HTML_DIR, (char *)""},
75 + {"ManualUrl", 'u', feResUrl, "SINGULAR_URL", "https://www.singular.uni-kl.de/Manual/", (char *)""},
76 + {"ExDir", 'm', feResDir, "SINGULAR_EXAMPLES_DIR","%r/examples", (char *)""},
77 + {"Path", 'p', feResPath, NULL, "%b;%P;$PATH", (char *)""},
78
79 diff --git a/sci-mathematics/singular/singular-4.2.1_p2.ebuild b/sci-mathematics/singular/singular-4.2.1_p2.ebuild
80 new file mode 100644
81 index 000000000000..565d313d91cd
82 --- /dev/null
83 +++ b/sci-mathematics/singular/singular-4.2.1_p2.ebuild
84 @@ -0,0 +1,117 @@
85 +# Copyright 1999-2021 Gentoo Authors
86 +# Distributed under the terms of the GNU General Public License v2
87 +
88 +EAPI=7
89 +
90 +inherit autotools elisp-common flag-o-matic
91 +
92 +MY_PN=Singular
93 +MY_PV=$(ver_rs 3 '')
94 +# Consistency is different...
95 +MY_DIR2=$(ver_cut 1-3 ${PV})
96 +MY_DIR=$(ver_rs 1- '-' ${MY_DIR2})
97 +
98 +DESCRIPTION="Computer algebra system for polynomial computations"
99 +HOMEPAGE="https://www.singular.uni-kl.de/ https://github.com/Singular/Sources"
100 +SRC_URI="ftp://jim.mathematik.uni-kl.de/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN}-${MY_PV}.tar.gz"
101 +
102 +LICENSE="BSD GPL-2 GPL-3"
103 +SLOT="0"
104 +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~x86-linux"
105 +IUSE="emacs examples +readline static-libs"
106 +
107 +RDEPEND="dev-libs/gmp:0
108 + dev-libs/ntl:=
109 + emacs? ( >=app-editors/emacs-23.1:* )
110 + sci-mathematics/flint
111 + sci-libs/cddlib
112 + dev-lang/perl
113 + readline? ( sys-libs/readline )"
114 +
115 +DEPEND="${RDEPEND}"
116 +
117 +SITEFILE=60${PN}-gentoo.el
118 +
119 +S="${WORKDIR}/${PN}-${MY_DIR2}"
120 +
121 +PATCHES=(
122 + "${FILESDIR}/${PN}-4.2.1-htmldoc.patch"
123 +)
124 +
125 +src_prepare() {
126 + default
127 +
128 + eautoreconf
129 +}
130 +
131 +src_configure() {
132 + # Needed to avoid segfaults in the test suite until
133 + #
134 + # https://github.com/Singular/Singular/issues/1105
135 + #
136 + # makes its way into a release.
137 + append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks)
138 +
139 + econf \
140 + --with-gmp \
141 + --with-ntl \
142 + --with-flint \
143 + --enable-gfanlib \
144 + --disable-debug \
145 + --disable-doc \
146 + --enable-factory \
147 + --enable-libfac \
148 + --disable-polymake \
149 + --with-libparse \
150 + --disable-optimizationflags \
151 + --without-python \
152 + --without-pythonmodule \
153 + --disable-python \
154 + --disable-python-module \
155 + --disable-python_module \
156 + --disable-pyobject-module \
157 + $(use_enable static-libs static) \
158 + $(use_enable emacs) \
159 + $(use_with readline)
160 +}
161 +
162 +src_compile() {
163 + default
164 +
165 + if use emacs; then
166 + pushd "${S}"/emacs
167 + elisp-compile *.el || die "elisp-compile failed"
168 + popd
169 + fi
170 +}
171 +
172 +src_install() {
173 + # Do not compress singular's info file (singular.hlp)
174 + # some consumer of that file do not know how to deal with compression
175 + docompress -x /usr/share/info
176 +
177 + default
178 +
179 + dosym Singular /usr/bin/"${PN}"
180 +
181 + # purge .la file
182 + find "${ED}" -name '*.la' -delete || die
183 +}
184 +
185 +src_test() {
186 + # SINGULAR_PROCS_DIR need to be set to "" otherwise plugins from
187 + # an already installed version of singular may be used and cause segfault
188 + # See https://github.com/Singular/Sources/issues/980
189 + SINGULAR_PROCS_DIR="" emake check
190 +}
191 +
192 +pkg_postinst() {
193 + einfo "Additional functionality can be enabled by installing"
194 + einfo "sci-mathematics/4ti2"
195 +
196 + use emacs && elisp-site-regen
197 +}
198 +
199 +pkg_postrm() {
200 + use emacs && elisp-site-regen
201 +}