Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psrdada_cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPIfR-BDG
psrdada_cpp
Commits
acd22212
Commit
acd22212
authored
7 months ago
by
Tobias Winchen
Browse files
Options
Downloads
Patches
Plain Diff
Fix non existing log-level
parent
4c386d56
No related branches found
No related tags found
No related merge requests found
Pipeline
#228001
passed
7 months ago
Stage: build
Stage: test
Stage: binary_release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
debian/rules
+1
-2
1 addition, 2 deletions
debian/rules
with
1 addition
and
4 deletions
.gitlab-ci.yml
+
0
−
2
View file @
acd22212
...
@@ -108,8 +108,6 @@ upload-deb:
...
@@ -108,8 +108,6 @@ upload-deb:
extends
:
.upload_template
extends
:
.upload_template
rules
:
rules
:
-
if
:
'
$CI_PROJECT_NAMESPACE
==
"mpifr-bdg"
&&
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
-
if
:
'
$CI_PROJECT_NAMESPACE
==
"mpifr-bdg"
&&
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH'
variables
:
LOG_LEVEL
:
info
#pages:
#pages:
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
2
View file @
acd22212
...
@@ -12,7 +12,6 @@ export DEB_CFLAGS_MAINT_APPEND = -fPIC
...
@@ -12,7 +12,6 @@ export DEB_CFLAGS_MAINT_APPEND = -fPIC
# package maintainers to append LDFLAGS
# package maintainers to append LDFLAGS
export DEB_LDFLAGS_MAINT_APPEND = -fPIC
export DEB_LDFLAGS_MAINT_APPEND = -fPIC
export LOG_LEVEL="info"
%:
%:
dh $@ --builddirectory=
dh $@ --builddirectory=
...
@@ -21,4 +20,4 @@ override_dh_auto_configure:
...
@@ -21,4 +20,4 @@ override_dh_auto_configure:
dh_auto_configure -- -DENABLE_TESTING=ON -DBUILD_DADAFLOW=ON -DCMAKE_CUDA_ARCHITECTURES="75;80;86;89" -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc -DCMAKE_BUILD_TYPE=RELEASE
dh_auto_configure -- -DENABLE_TESTING=ON -DBUILD_DADAFLOW=ON -DCMAKE_CUDA_ARCHITECTURES="75;80;86;89" -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc -DCMAKE_BUILD_TYPE=RELEASE
override_dh_shlibdeps:
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
\ 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