Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DP3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ResearchAndDevelopment
DP3
Merge requests
!24
Let make install work
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Let make install work
install-targets
into
master
Overview
0
Commits
3
Pipelines
0
Changes
11
Merged
Tammo Jan Dijkema
requested to merge
install-targets
into
master
6 years ago
Overview
0
Commits
3
Pipelines
0
Changes
11
Expand
Created by: aroffringa
Fixes
#8 (closed)
.
Changes:
Added 'install' targets to the DPPP and makesourcedb binaries, and to the interpolation, ddecal and aoflag libraries
Renamed the LOFAR default strategies and put their installation command one cmakelist up
'DPPP -v' works again, although it does not use versioning yet.
Using boost::filesystem instead of casacore::File to check for existance of parset, and look for DPPP.parset before NDPPP.parset
Update Readme file to include
make install
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1a3d3db9
3 commits,
4 years ago
11 files
+
41
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
.travis/Dockerfile
+
2
−
0
Options
@@ -13,3 +13,5 @@ WORKDIR /src
RUN
mkdir
/build
&&
cd
/build
&&
cmake ../src
RUN
ln
-s
/usr/include/casacore/measures /usr/include
&&
ln
-s
/usr/include/casacore/ms /usr/include
RUN
cd
/build
&&
make
-j2
RUN
cd
/build
&&
make
install
RUN
DPPP
Loading