Skip to content

Commit

Permalink
Fix dependencies for Mesos (alisw#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
teo authored Jun 11, 2021
1 parent 901d5cb commit 52e4647
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion mesos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ package: mesos
version: v1.11.0
tag: 1.11.0
source: https://git-wip-us.apache.org/repos/asf/mesos.git
requires:
- zlib
- curl
- OpenSSL
- grpc
build_requires:
- "autotools:(slc6|slc7|slc8)"
- protobuf
- glog
- Python-modules
- grpc
prepend_path:
PATH: "$MESOS_ROOT/sbin"
PYTHONPATH: $MESOS_ROOT/lib/python2.7/site-packages
Expand Down Expand Up @@ -50,3 +54,10 @@ prepend-path LD_LIBRARY_PATH \$MESOS_ROOT/lib
prepend-path PATH \$MESOS_ROOT/bin
EoF

# External RPM dependencies
cat > $INSTALLROOT/.rpm-extra-deps <<EoF
cyrus-sasl
cyrus-sasl-md5
apr
apr-util
EoF

0 comments on commit 52e4647

Please sign in to comment.