forked from rarias/bscpkgs
Update PM git server
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user