Archived
1
0
forked from rarias/bscpkgs

Update PM git server

This commit is contained in:
2020-12-07 13:47:17 +01:00
parent 9a0ea08d72
commit 756c5dff92
19 changed files with 23 additions and 23 deletions

View File

@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
# and specify nanos6 at run time.
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/llvm-ompss/llvm-mono.git";
url = "ssh://git@bscpm03.bsc.es/llvm-ompss/llvm-mono.git";
ref = "master";
};
}

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
#src = /home/Computational/rarias/mcxx;
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/rarias/mcxx";
url = "ssh://git@bscpm03.bsc.es/rarias/mcxx";
rev = "44129a6ac05b8f78b06e9e2eff71438b5ca4d29f";
};

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
branch = "master";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/nanos6/nanos6";
url = "ssh://git@bscpm03.bsc.es/nanos6/nanos6";
ref = branch;
};

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
pname = "nixtools";
version = "${src.shortRev}";
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/rarias/nixtools";
url = "ssh://git@bscpm03.bsc.es/rarias/nixtools";
ref = "master";
};
buildInputs = [ glibc.static ];

View File

@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
dontDisableStatic = true;
makeFlags = [ "V=1" ];
src = builtins.fetchGit {
url = "ssh://git@bscpm02.bsc.es/interoperability/tampi";
url = "ssh://git@bscpm03.bsc.es/interoperability/tampi";
ref = "master";
};
}