Mauricio Collares
0edaaae3ff
sage: 9.8 -> 10.0
2023-05-21 16:28:24 +02:00
Weijia Wang
a1e27cf0e9
sage: add libpng to sagelib
2023-03-19 19:33:36 +02:00
Martin Weinelt
6bf557fc68
python3Packages.jupyter-core: rename from jupyter_core
2023-01-05 13:20:52 +01:00
Mauricio Collares
26a87ada65
sage: 9.5 -> 9.6
2022-05-15 19:23:40 -04:00
Mauricio Collares
49cddf1a78
sage: import networkx 2.7 update patch
2022-04-07 14:06:55 +02:00
Mauricio Collares
cecbb55fb0
sage: 9.4 -> 9.5
2022-01-30 13:15:20 -03:00
Mauricio Collares
0aef6270cd
sage: generate setup.cfg and requirements.txt for sagelib
2022-01-24 20:54:53 -03:00
Doron Behar
57ab62314b
maxima, sage: Simplify lisp-compiler arguments namings
...
Make clearer the difference between `maxima` and `maxima-ecl` top-level
attributes. Use the `lisp-compiler` as a passthru for all of sage's
expressions. Add the `pname` attribute for `ecl` for compatibility with
other lisp implementations.
2021-11-29 15:51:30 +02:00
Mauricio Collares
46c3703ec1
sage: 9.3 -> 9.4
2021-08-22 09:53:12 -03:00
Masanori Ogino
090b71f627
sage: 9.2 -> 9.3.rc4
...
Co-authored-by: Mauricio Collares <mauricio@collares.org>
2021-04-22 14:06:56 +09:00
Mauricio Collares
c0b869f19f
sage: re-add pkgconfig input, it's not duplicated
2021-03-20 06:43:23 -03:00
Sandro
2d01f4a96a
sage: remove duplicated pkgconfig
2021-03-17 09:24:07 +01:00
Mauricio Collares
8100c5a44b
sage: 8.9 -> 9.2 fixups
2020-12-15 16:51:42 -03:00
Masanori Ogino
5c4136daf7
sage: 8.9 -> 9.2
2020-12-14 19:24:18 -03:00
Matthew Bauer
ff2f2644f8
blas,lapack: use isILP64 instead of is64bit
...
This is a better name since we have multiple 64-bit things that could
be referred to.
LP64 : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.
treewide: cleanup from blas/lapack changes
A few issues in the original treewide:
- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Timo Kaufmann
8593d468ae
Merge remote-tracking branch 'upstream/master' into sage-8.9
2019-09-23 17:11:15 +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
56bd506e42
sage: 8.9.beta0 -> 8.9.beta2
2019-07-11 19:42:01 +02:00
Timo Kaufmann
6e74109b13
sage: fix threejs integration ( #63375 )
...
Before this it didn't find the correct files. Unfortunately, the
interactive parts of sage are hard to test automatically.
2019-06-18 11:50:41 +02:00
Timo Kaufmann
49b8efcb84
sage: 8.6 -> 8.7
...
https://groups.google.com/forum/#!topic/sage-release/3m8PV9JkFro
2019-04-17 22:44:32 +02:00
Timo Kaufmann
9e3754786b
sage: fix strictDeps fallout
...
See https://github.com/NixOS/nixpkgs/pull/54182 and
https://github.com/NixOS/nixpkgs/pull/55757 .
2019-03-03 13:25:40 +01:00
Vladimír Čunát
d2c4b5777b
sagelib: fix missing pkgs.pkgconfig
...
Again: eb3f0aef43
#54306
Apparently the derivation needs both pkgconfigs
(it fails when missing either).
2019-02-09 10:36:47 +01:00
Timo Kaufmann
e379ee67c3
sage: 8.5 -> 8.6
2019-01-17 20:39:02 +01:00
Timo Kaufmann
21f9123ea6
sage: remove openblas hack
...
The pc files have since been included into the openblas package.
2018-11-24 23:14:38 +01:00
Timo Kaufmann
3832ddedb9
sage: refactor
2018-11-24 23:14:33 +01:00
Timo Kaufmann
c3f652d5a8
Merge remote-tracking branch 'upstream/master' into sage-8.4
2018-09-15 17:22:11 +02:00
Timo Kaufmann
db784d883c
sage: re-add pkg-config aliases
...
Those were removed because they were added to openblas itself. There was
an error with that however and it will take some time until the fix
makes its way through staging. For the time being, reverting this part
of 26d5d030fe
will fix the sage build.
This commit should be reverted once
408eacbc89
is in master.
2018-09-07 21:55:41 +02:00
Timo Kaufmann
4ab832d6e7
Merge remote-tracking branch 'upstream/master' into sage-8.4
2018-09-07 20:54:09 +02:00
Timo Kaufmann
26d5d030fe
openblas: add pkg-config aliases
2018-08-21 16:39:57 +02:00
Timo Kaufmann
a8b048c686
sage: 8.3 -> 8.4.beta0
2018-08-05 21:09:56 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Timo Kaufmann
17e6b391eb
sage: 8.1 -> 8.2, use system packages
2018-06-30 01:21:31 +02:00