Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Merge requests
!2552
rm Unix source package generator as GitLab packs source archives automatically
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
rm Unix source package generator as GitLab packs source archives automatically
j.0
into
main
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Wuttke, Joachim
requested to merge
j.0
into
main
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
631052d4
Show latest version
2 files
+
1
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
631052d4
rm Unix source package generator as GitLab packs source archives automatically
· 631052d4
Wuttke, Joachim
authored
10 months ago
cmake/BornAgain/Pack.cmake
+
1
−
24
Options
@@ -52,30 +52,7 @@ elseif(APPLE)
set
(
CPACK_GENERATOR
"DragNDrop"
)
elseif
(
UNIX
)
# Source package:
set
(
CPACK_SOURCE_GENERATOR
"TGZ"
)
set
(
CPACK_SOURCE_IGNORE_FILES
~$
.pyc$
.log$
/CMakeLists.txt.user
/deploy
/devtools/release
/devtools/sandboxes
/__pycache__/
/.git/
/.gitignore
/.gitlab-ci.yml
/hugo/public/
/hugo/resources/
/build/
/qbuild/
/debug/
)
# Binary package (self-extracting tgz, file extension .sh;
# to preview the contents of the installer, run 'cpack -G TGZ'):
set
(
CPACK_GENERATOR STGZ
)
set
(
CPACK_GENERATOR STGZ
)
# generates self-extracting tgz with file extension .sh
endif
()
Loading