Skip to content

Commit 4534d09

Browse files
authored
build: add libquadmath.so.0 in provided system dependencies (for old … (backport #266) (#267)
This is an automatic backport of pull request #266 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details>
1 parent 8ce5f66 commit 4534d09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

layers/layer0_scientific_system_libraries/0001_libraries/libraries.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
/usr/lib64/libgfortran.so.3.0.0
1515
/usr/lib64/libgfortran.so.5
1616
/usr/lib64/libgfortran.so.5.0.0
17+
/usr/lib64/libquadmath.so.0
18+
/usr/lib64/libquadmath.so.0.0.0

layers/layer1_scientific/.system_dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ libgomp@centos6,centos7
44
atlas@centos6,centos7
55
libquadmath@centos7
66
libgomp.so.1()(64bit)@generic
7-
libquadmath.so.0()(64bit)@generic
87
libform.so.5()(64bit)@generic
98
libSM.so.6()(64bit)@generic

0 commit comments

Comments
 (0)