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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
c1799629
Commit
c1799629
authored
4 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-320
: removed obsolete centos package qpid-tools (not needed to build MAC anyway)
parent
a1ceb9ac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!308
Resolve TMSS-495
,
!306
Resolve TMSS-320
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Docker/lofar-ci/Dockerfile_ci_mac
+1
-1
1 addition, 1 deletion
Docker/lofar-ci/Dockerfile_ci_mac
with
1 addition
and
1 deletion
Docker/lofar-ci/Dockerfile_ci_mac
+
1
−
1
View file @
c1799629
...
@@ -11,7 +11,7 @@ ARG BASE_VERSION=latest
...
@@ -11,7 +11,7 @@ ARG BASE_VERSION=latest
FROM ci_base:$BASE_VERSION
FROM ci_base:$BASE_VERSION
RUN echo "Installing packages for MAC..." && \
RUN echo "Installing packages for MAC..." && \
yum -y install readline-devel boost-python36-devel hdf5-devel blas-devel lapack-devel cfitsio-devel wcslib-devel autogen postgresql-devel cmake3 libpqxx-devel qpid-cpp-server qpid-cpp-client-devel
qpid-tools
unittest-cpp-devel jsoncpp-devel jsoncpp libcurl-devel libcurl && \
yum -y install readline-devel boost-python36-devel hdf5-devel blas-devel lapack-devel cfitsio-devel wcslib-devel autogen postgresql-devel cmake3 libpqxx-devel qpid-cpp-server qpid-cpp-client-devel unittest-cpp-devel jsoncpp-devel jsoncpp libcurl-devel libcurl && \
pip3 install psycopg2 testing.postgresql lxml mock numpy kombu requests python-dateutil fabric
pip3 install psycopg2 testing.postgresql lxml mock numpy kombu requests python-dateutil fabric
RUN echo "Installing WinCC3.14 build and Demo App from Nexus repo..." && \
RUN echo "Installing WinCC3.14 build and Demo App from Nexus repo..." && \
...
...
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