Skip to content
GitLab
Explore
Sign in
Register
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
0cc510a8
Commit
0cc510a8
authored
7 years ago
by
Alexander van Amesfoort
Browse files
Options
Downloads
Patches
Plain Diff
Task #10975: INSTALL: add armadillo pkg name dependency for DPPP_DDECal
parent
f65942ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+2
-0
2 additions, 0 deletions
INSTALL
with
2 additions
and
0 deletions
INSTALL
+
2
−
0
View file @
0cc510a8
...
@@ -53,6 +53,7 @@ For Debian/Ubuntu (likely incomplete list, but goes a long way):
...
@@ -53,6 +53,7 @@ For Debian/Ubuntu (likely incomplete list, but goes a long way):
apt-get install libpng12-dev # or latest version; for AOFlagger
apt-get install libpng12-dev # or latest version; for AOFlagger
apt-get install libreadline-dev libpqxx-dev doxygen python-coverage # optional
apt-get install libreadline-dev libpqxx-dev doxygen python-coverage # optional
apt-get install libxml++2.6-dev # or newer
apt-get install libxml++2.6-dev # or newer
apt-get install libarmadillo-dev # optional, for DPPP_DDECal
apt-get install libunittest++-dev # optional, for tests that use UnitTest++
apt-get install libunittest++-dev # optional, for tests that use UnitTest++
apt-get install python-xmlrunner # for some CEP/Pipeline/ tests
apt-get install python-xmlrunner # for some CEP/Pipeline/ tests
apt-get install python-pygresql python-psycopg2 python-mysql.connector # python mysql and postgresql interfaces
apt-get install python-pygresql python-psycopg2 python-mysql.connector # python mysql and postgresql interfaces
...
@@ -66,6 +67,7 @@ For CentOS/Fedora (likely incomplete list, but goes a long way):
...
@@ -66,6 +67,7 @@ For CentOS/Fedora (likely incomplete list, but goes a long way):
yum install boost-devel fftw-devel cfitsio-devel libxml2-devel libpng-devel
yum install boost-devel fftw-devel cfitsio-devel libxml2-devel libpng-devel
yum install readline-devel libpqxx-devel doxygen python-coverage # optional
yum install readline-devel libpqxx-devel doxygen python-coverage # optional
yum install libxml++-devel
yum install libxml++-devel
yum install armadillo-devel # optional, for DPPP_DDECal
yum install PyGreSQL python-psycopg2 mysql-connector-python # python mysql and postgresql interfaces
yum install PyGreSQL python-psycopg2 mysql-connector-python # python mysql and postgresql interfaces
yum install python2-mock python-django # for some SAS/ tests
yum install python2-mock python-django # for some SAS/ tests
yum install postgresql # optional, for some SAS/OTDB_Services/ tests
yum install postgresql # optional, for some SAS/OTDB_Services/ tests
...
...
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