Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
c6e8d32b
Commit
c6e8d32b
authored
6 years ago
by
Thomas Jürges
Browse files
Options
Downloads
Patches
Plain Diff
SW-612
: Correct the define for disabling build of QPID's Python binding
parent
f4a5c015
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
LCS/MessageBus/qpid/local/sbin/build_qpid
+1
-1
1 addition, 1 deletion
LCS/MessageBus/qpid/local/sbin/build_qpid
with
1 addition
and
1 deletion
LCS/MessageBus/qpid/local/sbin/build_qpid
+
1
−
1
View file @
c6e8d32b
...
@@ -48,7 +48,7 @@ cd BUILD
...
@@ -48,7 +48,7 @@ cd BUILD
# extra options when building if there are libraries missing and have ben built in the QPIDINSTALL directory:
# extra options when building if there are libraries missing and have ben built in the QPIDINSTALL directory:
# -DBUILD_TESTING=OFF -DCMAKE_INCLUDE_PATH=$QPIDINSTALLDIR/include -DCMAKE_LIBRARY_PATH=$QPIDINSTALLDIR/lib -DCMAKE_INCLUDE_DIRECTORIES_BEFORE=ON
# -DBUILD_TESTING=OFF -DCMAKE_INCLUDE_PATH=$QPIDINSTALLDIR/include -DCMAKE_LIBRARY_PATH=$QPIDINSTALLDIR/lib -DCMAKE_INCLUDE_DIRECTORIES_BEFORE=ON
cmake
-DCMAKE_INSTALL_PREFIX
=
$QPIDINSTALLDIR
-DProton_DIR
=
$PROTONDIR
-DBUILD_XML
=
OFF
-DBUILD_SSL
=
OFF
-DBUILD_TESTING
=
OFF
-DBUILD_PYTHON
=
OFF
-DBUILD_BINDING_RUBY
=
OFF ../
cmake
-DCMAKE_INSTALL_PREFIX
=
$QPIDINSTALLDIR
-DProton_DIR
=
$PROTONDIR
-DBUILD_XML
=
OFF
-DBUILD_SSL
=
OFF
-DBUILD_TESTING
=
OFF
-DBUILD_
BINDING_
PYTHON
=
OFF
-DBUILD_BINDING_RUBY
=
OFF ../
make
-j4
make
-j4
make
install
make
install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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