File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ libpcre3-dev valgrind
10
10
11
11
cd /vagrant
12
12
if [ ! -d gsl ]; then
13
- git clone https://github.com/imatix /gsl.git
13
+ git clone https://github.com/zeromq /gsl.git
14
14
fi
15
15
cd gsl/src
16
16
make
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ case "$BUILD_TYPE" in
40
40
if ! (( command - v dpkg- query >/ dev/ null 2 >& 1 && dpkg- query -- list generator- scripting- language >/ dev/ null 2 >& 1 ) || \
41
41
(command -v brew >/dev/null 2 >&1 && brew ls --versions gsl >/dev/null 2 >&1 )) ; then
42
42
[ -z " $CI_TIME " ] || echo " ` date` : Starting build of dependencies: gsl..."
43
- $CI_TIME git clone --depth 1 https://github.com/imatix /gsl.git gsl
43
+ $CI_TIME git clone --depth 1 https://github.com/zeromq /gsl.git gsl
44
44
( cd gsl/src && \
45
45
CCACHE_BASEDIR=${PWD} && \
46
46
export CCACHE_BASEDIR && \
Original file line number Diff line number Diff line change 564
564
if ! ((command -v dpkg-query >/dev/null 2>&1 && dpkg-query --list generator-scripting-language >/dev/null 2>&1) || \\
565
565
(command -v brew >/dev/null 2>&1 && brew ls --versions gsl >/dev/null 2>&1)); then
566
566
cd "$REPO_DIR/.."
567
- git clone https://github.com/imatix /gsl.git gsl
567
+ git clone https://github.com/zeromq /gsl.git gsl
568
568
cd gsl/src
569
569
make
570
570
PATH="`pwd`:$PATH"
You can’t perform that action at this time.
0 commit comments