Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bpm-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
bpm
bpm-sw
Commits
7978b028
Commit
7978b028
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
ci_build.sh: use stable tagged fork of libzmq
parent
5a9be98a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci_build.sh
+2
-2
2 additions, 2 deletions
ci_build.sh
with
2 additions
and
2 deletions
ci_build.sh
+
2
−
2
View file @
7978b028
...
...
@@ -8,7 +8,7 @@ mkdir tmp
BUILD_PREFIX
=
$PWD
/tmp
LIBSODIUM_VER
=
1.0.3
LIBZMQ_VER
=
master
LIBZMQ_VER
=
v4.2.0-pre
LIBCZMQ_VER
=
v3.0.2
MALAMUTE_VER
=
v0.1.1
ZYRE_VER
=
v1.1.0
...
...
@@ -39,7 +39,7 @@ git clone --branch=${LIBSODIUM_VER} git://github.com/jedisct1/libsodium.git &&
make check
&&
make
install
)
||
exit
1
# libzmq
git clone
--branch
=
${
LIBZMQ_VER
}
git://github.com/
zeromq
/libzmq.git
&&
git clone
--branch
=
${
LIBZMQ_VER
}
git://github.com/
lnls-dig
/libzmq.git
&&
(
cd
libzmq
;
./autogen.sh
&&
./configure
"
${
CONFIG_OPTS
[@]
}
"
&&
make check
&&
make
install
)
||
exit
1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment