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
26a8fec4
Commit
26a8fec4
authored
5 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-163
: added missing packages
parent
72e4effe
No related branches found
No related tags found
2 merge requests
!110
Resolve TMSS-163
,
!104
Resolve TMSS-146
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Docker/lofar-ci/Dockerfile_ci_base
+1
-1
1 addition, 1 deletion
Docker/lofar-ci/Dockerfile_ci_base
Docker/lofar-ci/Dockerfile_ci_lta
+0
-1
0 additions, 1 deletion
Docker/lofar-ci/Dockerfile_ci_lta
Docker/lofar-ci/Dockerfile_ci_mac
+2
-2
2 additions, 2 deletions
Docker/lofar-ci/Dockerfile_ci_mac
with
3 additions
and
4 deletions
Docker/lofar-ci/Dockerfile_ci_base
+
1
−
1
View file @
26a8fec4
...
...
@@ -7,7 +7,7 @@ FROM centos:centos7.6.1810
RUN yum -y groupinstall 'Development Tools' && \
yum -y install epel-release && \
yum -y install cmake log4cplus-devel python3 python3-devel python3-pip
yum -y install cmake
gcc git
log4cplus-devel python3 python3-devel python3-pip
RUN adduser lofarsys
This diff is collapsed.
Click to expand it.
Docker/lofar-ci/Dockerfile_ci_lta
+
0
−
1
View file @
26a8fec4
...
...
@@ -6,5 +6,4 @@
FROM ci_base:latest
RUN echo "Installing packages for LTA..." && \
yum -y install postgresql-devel && \
pip3 install kombu requests pysimplesoap mysql-connector psycopg2 flask lxml
This diff is collapsed.
Click to expand it.
Docker/lofar-ci/Dockerfile_ci_mac
+
2
−
2
View file @
26a8fec4
...
...
@@ -5,7 +5,7 @@
#
FROM ci_base:latest
RUN echo "Installing packages for
LCU
..." && \
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 && \
pip3 install psycopg2 testing.postgresql lxml mock numpy kombu requests python-dateutil fabric
...
...
@@ -22,6 +22,6 @@ RUN echo "Installing Blitz++" && \
git clone --depth 1 https://github.com/blitzpp/blitz.git && \
mkdir -p /blitz/build && \
cd /blitz/build && \
cmake
3
--prefix=/opt/blitz/ .. && \
cmake --prefix=/opt/blitz/ .. && \
make lib && \
make install
\ No newline at end of file
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