Commit Graph

43 Commits

Author SHA1 Message Date
George Huebner
56ceb0cc7d singular: bump texinfo from 4 to 7
texinfo4 fails to compile on aarch64-darwin, and singular is no longer
constrained to use an older version
2024-03-26 19:26:22 +01:00
Mauricio Collares
2e1ebdb6e0 singular: 4.3.2p2 -> 4.3.2p16 2024-03-11 12:15:41 +01:00
Vincenzo Mantova
eb6eef1073 singular: replace texlive.combined.scheme-small with texliveSmall 2023-11-05 11:56:04 +00:00
R. Ryantm
69cc6c07ac singular: 4.3.2p1 -> 4.3.2p2 2023-07-09 12:57:07 +01:00
Mauricio Collares
51541df982 singular: 4.3.1p2 -> 4.3.2p1 2023-05-20 16:02:19 +02:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Mauricio Collares
91311e30b3 singular: disable docbuilding on darwin 2022-09-04 22:12:22 -03:00
Mauricio Collares
ea79b7ad0c singular: 4.3.1 -> 4.3.1p2 2022-09-04 21:42:47 -03:00
Mauricio Collares
bc41a593a5 singular: 4.3.0 -> 4.3.1 2022-07-08 11:24:03 +02:00
Mauricio Collares
15cf12c0ac singular: fix darwin build 2022-05-11 12:08:20 -04:00
Mauricio Collares
0a6b5115f6 singular: 4.2.0p2 -> 4.3.0 2022-01-24 20:54:53 -03:00
Mauricio Collares
ec0c4a001f singular: backport patch to fix docbuilding with >= 64 cpus 2021-12-27 22:29:15 -03:00
Mauricio Collares
f206ba8ab9 singular: replace local patches by upstream ones 2021-05-11 16:49:10 -03:00
Mauricio Collares
090165d7c1 singular: disable vspace on aarch64 2021-04-22 14:06:56 +09:00
Mauricio Collares
cd7cf5942b singular: use older autoconf macro to unbreak aarch64 2021-04-22 09:01:30 +09:00
Mauricio Collares
aebef1703f singular: import aarch64 support patch 2021-04-22 09:01:07 +09:00
Timo Kaufmann
ceaf48fdb2 singular: 4.1.1p2 -> 4.2.0p2
Adds proper tests. Also removes the "enableFactory" option because
singular actually enables factory by default and explicitly disabling it
breaks the build. So the option was never really available.
2021-04-22 09:01:07 +09:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Timo Kaufmann
b7319d2d35 maintainers: add raskin to the sage team
https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
2020-11-18 21:29:24 +01:00
Timo Kaufmann
ff8338343b maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-18 21:27:37 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364)
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Timo Kaufmann
289173366b singular: backport ntl error handling patch 2018-08-04 14:22:27 +02:00
Timo Kaufmann
024c23503c singular: 4.1.1p1 -> 4.1.1p2 2018-07-23 12:17:25 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Timo Kaufmann
ba389086de singular: Fix ntl dependency 2018-04-24 12:04:28 +02:00
Timo Kaufmann
fa3d0cef67 singular: 3.1.7 -> 4.1.1 2018-04-11 17:00:20 +02:00
Michael Raskin
f7d7c7bedf singular: use gcc5
Progress on: #28643
Fixes: #29682
2017-09-23 10:16:47 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Joachim Fasting
874b81b31f
treewide: s,enableParallelBuild(s),enableParallelBuilding,g 2017-05-20 17:16:17 +02:00
Robin Gloster
536b782450
libsingular: does not build on i686 2017-03-30 16:23:34 +02:00
Michael Raskin
36804c75e4 singular: Wrap executables instead of symlinking
This way config scripts can fidn out their own location
2016-10-26 11:06:40 +02:00
Michael Raskin
2bed05d8e1 singular: add an option to install as libsingular 2016-10-26 11:06:40 +02:00
Michael Raskin
5af1b7ad02 singular: 3-1-2 -> 3-1-7 2016-10-26 11:06:39 +02:00
Robin Gloster
025cedc606 singular.i686-linux: turn off stackprotector hardening 2016-04-03 12:25:05 +00:00
Joachim Fasting
022bbe1c0c singular: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
Peter Simons
d0ca8c237e Fix broken license references. 2014-07-28 11:43:20 +02:00
Peter Simons
ad934ccc22 singular: cosmetic fix for syntax highlighting 2014-07-28 11:42:49 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Eelco Dolstra
c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Michael Raskin
7768fa0178 Fix installation layout
svn path=/nixpkgs/trunk/; revision=24982
2010-12-05 19:08:32 +00:00
Michael Raskin
5cb3f8b659 Missing Singular files
svn path=/nixpkgs/trunk/; revision=24981
2010-12-05 18:37:47 +00:00