diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2023-06-27 04:21:11 +0200 |
---|---|---|
committer | Lucio Sauer <watermanpaint@posteo.net> | 2023-06-27 04:24:02 +0200 |
commit | 68460592f27760598adf78843724191f8848e4d2 (patch) | |
tree | f5d25c843bb5a34a79d715f47d6f656dbda28803 /sci-libs | |
parent | www-apps/pleroma: 2.5.2 isn't compatible with erlang-26 nor elixir-1.15 (diff) | |
download | guru-68460592f27760598adf78843724191f8848e4d2.tar.gz guru-68460592f27760598adf78843724191f8848e4d2.tar.bz2 guru-68460592f27760598adf78843724191f8848e4d2.zip |
*/*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/magma/metadata.xml | 3 | ||||
-rw-r--r-- | sci-libs/mlpack/metadata.xml | 3 | ||||
-rw-r--r-- | sci-libs/saclib/metadata.xml | 1 | ||||
-rw-r--r-- | sci-libs/superlu_dist/metadata.xml | 3 |
4 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/magma/metadata.xml b/sci-libs/magma/metadata.xml index 5de95a2b1..c3a14ba58 100644 --- a/sci-libs/magma/metadata.xml +++ b/sci-libs/magma/metadata.xml @@ -15,4 +15,7 @@ heterogeneous/hybrid architectures, starting with current <use> <flag name="openblas">Use OpenBLAS as the BLAS vendor</flag> </use> + <upstream> + <remote-id type="bitbucket">icl/magma</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/mlpack/metadata.xml b/sci-libs/mlpack/metadata.xml index 11fa55885..21a25744f 100644 --- a/sci-libs/mlpack/metadata.xml +++ b/sci-libs/mlpack/metadata.xml @@ -19,4 +19,7 @@ <flag name="julia">build julia bindings</flag> <flag name="R">build R bindings</flag> </use> + <upstream> + <remote-id type="github">mlpack/mlpack</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/saclib/metadata.xml b/sci-libs/saclib/metadata.xml index 9b4769866..2d924e9e0 100644 --- a/sci-libs/saclib/metadata.xml +++ b/sci-libs/saclib/metadata.xml @@ -10,6 +10,7 @@ <email>wcbrown@usna.edu</email> <name>Chris Brown</name> </maintainer> + <remote-id type="github">Alessandro-Barbieri/saclib</remote-id> </upstream> <longdescription lang="en"> The SACLIB library of computer algebra programs, originally derived from SAC-2, contains reference implementations of numerous algorithms and also forms the basis of the quantifier elimination systems QEPCAD and QEPCAD B. SACLIB 2.1 contains about 70,000 lines of C-code. diff --git a/sci-libs/superlu_dist/metadata.xml b/sci-libs/superlu_dist/metadata.xml index aa2b45da5..64e50d7fe 100644 --- a/sci-libs/superlu_dist/metadata.xml +++ b/sci-libs/superlu_dist/metadata.xml @@ -32,4 +32,7 @@ estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. This is the distributed version (MPI based). </longdescription> + <upstream> + <remote-id type="github">xiaoyeli/superlu_dist</remote-id> + </upstream> </pkgmetadata> |