Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
cb37412f4623d648f899c16b6a907ca1ba26b734...20c93ae72ac2bf3bf1a03e345fb03794c5cb8ec2
Commits (2)
sentencepiece: Mark with cmake_rpath_contains_build_path.
· ca731065
Vagrant Cascadian
authored
Feb 24, 2022
ca731065
fasttext: Mark with cmake_rpath_contains_build_path.
· 20c93ae7
Vagrant Cascadian
authored
Feb 24, 2022
20c93ae7
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
20c93ae7
...
...
@@ -5500,6 +5500,12 @@ fastjet:
version: 3.0.6+dfsg-3
issues:
- records_build_flags
fasttext:
version: 0.9.2-3
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
fastx-toolkit:
version: 0.0.14-4
issues:
...
...
@@ -28727,6 +28733,12 @@ senlin:
- random_order_in_python_environment_pickle
- captures_build_path
- user_hostname_manually_added_requiring_further_investigation
sentencepiece:
version: 0.1.96-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
seqan:
version: 1.4.2+dfsg-3
issues:
...
...