Commit Graph

7681 Commits

Author SHA1 Message Date
OTABI Tomoya
bb820fbaf6
apbs: init at 3.4.1 (#230644)
* apbs: init at 3.4.1

* Update pkgs/applications/science/chemistry/apbs/default.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-23 01:10:16 +02:00
Weijia Wang
87ab85b584
Merge pull request #233445 from kilianar/lean-3.51.0
lean: 3.50.3 -> 3.51.0
2023-05-23 01:27:11 +03:00
Weijia Wang
9845f9dade
Merge pull request #229602 from r-ryantm/auto-update/clp
clp: 1.17.7 -> 1.17.8
2023-05-23 01:16:56 +03:00
Mauricio Collares
f5373a830b
Merge pull request #233453 from collares/sage-platforms
sage: add meta.platforms
2023-05-22 20:58:34 +02:00
pennae
229321224a
Merge pull request #233441 from evils/kicad
kicad: make KICAD7_TEMPLATE_DIR a single path
2023-05-22 19:25:12 +02:00
Mauricio Collares
c88e999122 sage: add meta.platforms 2023-05-22 18:30:39 +02:00
kilianar
41f1482be7 lean: 3.50.3 -> 3.51.0
https://github.com/leanprover-community/lean/releases/tag/v3.51.0
2023-05-22 18:10:56 +02:00
Evils
e1a80940a5 kicad: make KICAD7_TEMPLATE_DIR a single path
workaround for the upstream issue of not searching a : separated path
2023-05-22 17:43:27 +02:00
Ryan Lahfa
b6beee67f0
Merge pull request #233336 from smancill/shogun-fix-build
shogun: fix build
2023-05-22 13:47:52 +02:00
Sandro
1e71d2aa88
Merge pull request #218014 from collares/singular431p3 2023-05-22 13:27:15 +02:00
Weijia Wang
6d71b5d6de iqtree: set platforms 2023-05-22 11:14:57 +03:00
R. Ryantm
b36979ec74 iqtree: 2.2.0.4 -> 2.2.2.4 2023-05-22 04:48:16 +00:00
Sebastián Mancilla
70b3662a67 shogun: disable broken test
Shogun has been broken for a while [0].

Looks like the latest update to openblas, by f07a0615ea (openblas:
0.3.20 -> 0.3.21, 2022-08-10), broke the `libshogun-mathematics_lapack`
example. It calculates the eigenvectors for a matrix, but the assertions
now fail:

    compute_eigenvectors
    A=[
    [       -0.500000000000000111,  0.707106781186547351,   0.5],
    [       0.707106781186547351,   1.04083408558608426e-16,        0.707106781186547129],
    [       -0.499999999999999722,  -0.707106781186547462,  0.5]
    ]
    eigenvalues=[-1.41421356237309492,1.04083408558608426e-17,1.41421356237309492]
    terminate called after throwing an instance of 'shogun::ShogunException'

The darwin build output shows a bit more detail:

    assertion is_equal(A(0,0), 0.5, eps) failed in void test_ev()
    file /tmp/nix-build-shogun-6.1.4.drv-0/source/examples/undocumented/libshogun/mathematics_lapack.cpp
    line 49

Disable the test to fix the build, although the results seem "correct".
It appears that openblas now calculates values with slightly less
precision, thus the assertion fails due to the expected epsilon.

[0]: https://hydra.nixos.org/build/194671473
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
61fc2d2c89 shogun: disable tests that take too long
The checkPhase may take from 30 minutes up to 2 hours and 30 minutes on
Hydra due to these tests:

    [...]
    311/375 Test #311: libshogun-evaluation_cross_validation_classification ............   Passed  247.33 sec
    312/375 Test #313: libshogun-evaluation_cross_validation_mkl_weight_storage ........   Passed  428.31 sec
    315/375 Test #312: libshogun-evaluation_cross_validation_locked_comparison .........   Passed  880.44 sec
    341/375 Test #316: libshogun-evaluation_cross_validation_regression ................   Passed  380.48 sec
    342/375 Test #343: libshogun-modelselection_grid_search_kernel .....................   Passed 4866.85 sec
    343/375 Test #344: libshogun-modelselection_grid_search_linear .....................   Passed  574.78 sec
    345/375 Test #342: libshogun-modelselection_combined_kernel_sub_parameters .........   Passed 5929.90 sec
    375/375 Test #346: libshogun-modelselection_grid_search_multiclass_svm .............   Passed 1826.27 sec
    [...]
    Total Test time (real) = 9046.65 sec
    checkPhase completed in 2 hours 30 minutes 47 seconds
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
5873454b52 shogun: fix compiler warnings
Fix warnings related to virtual destruction. Kinda important to fix.
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
c812170c74 shogun: refactor derivation 2023-05-21 22:34:00 -04:00
Mauricio Collares
c13e4258f6 sageWithDoc: run src/doc/bootstrap script before docbuild 2023-05-21 22:37:53 +02:00
Mauricio Collares
0edaaae3ff sage: 9.8 -> 10.0 2023-05-21 16:28:24 +02:00
Mauricio Collares
19bf4ba0e0 giac, giac-with-xcas: 1.9.0-29 -> 1.9.0-43 2023-05-21 16:25:47 +02:00
Mauricio Collares
51541df982 singular: 4.3.1p2 -> 4.3.2p1 2023-05-20 16:02:19 +02:00
Mauricio Collares
57c940b93d pari: 2.15.2 -> 2.15.3 2023-05-20 16:02:18 +02:00
Mauricio Collares
d2814c733a maxima-ecl-5_45: remove 2023-05-20 16:02:17 +02:00
figsoda
98b9e41f61 pkgs: fix typos 2023-05-19 22:31:04 -04:00
Weijia Wang
3ff23faf74
Merge pull request #232767 from r-ryantm/auto-update/dataexplorer
dataexplorer: 3.7.6 -> 3.7.7
2023-05-20 00:35:21 +03:00
R. Ryantm
1be8707a2c dataexplorer: 3.7.6 -> 3.7.7 2023-05-19 06:08:59 +00:00
Nick Cao
3947c72691
Merge pull request #232547 from r-ryantm/auto-update/cytoscape
cytoscape: 3.9.1 -> 3.10.0
2023-05-18 21:28:10 -06:00
Sandro
d6c1f83e99
Merge pull request #232477 from fabaff/strictdoc-fix
strictdoc: 0.0.26 -> 0.0.40
2023-05-19 02:32:24 +02:00
R. Ryantm
1c6e2cfbea cytoscape: 3.9.1 -> 3.10.0 2023-05-18 03:01:55 +00:00
Weijia Wang
7c6ca2791b
Merge pull request #231635 from natsukium/bwa/build-on-aarch64
bwa: 0.7.17 -> unstable-2022-09-23
2023-05-18 01:10:14 +03:00
Weijia Wang
55e5de416f isabelle-components.isabelle-linter: add platforms 2023-05-17 23:01:48 +03:00
Fabian Affolter
5e342e2a4b strictdoc: 0.0.26 -> 0.0.40 2023-05-17 20:34:49 +02:00
Andreas Vollert
44110aeb11 isabelle-linter: unstable-2022-09-05 -> 1.2.1 2023-05-17 17:42:07 +02:00
Guillaume Maudoux
33399c9de8
Merge pull request #229008 from whonore/dafny-4
dafny: 2.3.0 -> 4.0.0
2023-05-17 09:53:06 +02:00
Weijia Wang
184ab791ab
Merge pull request #232217 from r-ryantm/auto-update/primesieve
primesieve: 11.0 -> 11.1
2023-05-16 23:49:19 +03:00
R. Ryantm
e72d3d4709 primesieve: 11.0 -> 11.1 2023-05-16 10:45:23 +00:00
Nick Cao
1385ce47b7
Merge pull request #232076 from nagy/betaflight
betaflight-configurator: reduce size
2023-05-16 03:23:18 -06:00
Martin Weinelt
177eb5dd49
Merge pull request #231826 from mweinelt/scikitimage-alias
python310Packages.scikit-image: rename from scikitimage
2023-05-16 01:53:43 +02:00
Daniel Nagy
66f045a65f
betaflight-configurator: reduce size
This reduces the size of the output from 512.5M to 233.9M.
2023-05-15 21:00:00 +02:00
Rabjerg
1784646fc1
fritzing: added meta.mainProgram (#232059) 2023-05-15 21:16:15 +03:00
Nick Cao
906c7dd78c
Merge pull request #231975 from jbedo/fastp
fastp: 0.23.2 -> 0.23.3
2023-05-15 05:11:28 -06:00
natsukium
04dd7f41e7
bwa: add runHook 2023-05-15 16:13:49 +09:00
natsukium
c85dced23e
bwa: update license 2023-05-15 16:13:49 +09:00
natsukium
01ddcaa879
bwa: 0.7.17 -> unstable-2022-09-23
Diff: https://github.com/lh3/bwa/compare/v0.7.17...139f68fc4c3747813783a488aef2adc86626b01b
2023-05-15 16:13:45 +09:00
Ryan Lahfa
308ee09f2f
Merge pull request #231598 from natsukium/truvari/disable-tests-darwin
truvari: disable some tests on darwin
2023-05-15 09:09:09 +02:00
Justin Bedo
60c69da248
fastp: 0.23.2 -> 0.23.3 2023-05-15 15:03:24 +10:00
natsukium
7edb72db10
truvari: add patches to fix truvari anno 2023-05-15 10:01:38 +09:00
Sandro
a94d6c485b
Merge pull request #231516 from benwbooth/jbrowse
jbrowse: init at 2.5.0
2023-05-14 23:09:10 +02:00
Martin Weinelt
cddb66d655
python310Packages.scikit-image: rename from scikitimage
to match the pname and create an alias for the former name.
2023-05-14 13:04:10 +02:00
R. Ryantm
95832c2802 antiprism: 0.29 -> 0.30 2023-05-13 13:57:15 -03:00
Nick Cao
8dd605f358
eigenmath: unstable-2023-04-07 -> unstable-2023-05-12 2023-05-13 10:39:50 +08:00