We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ac83c commit 8588cd7Copy full SHA for 8588cd7
projects/open-mpi.org/hwloc/package.yml
@@ -10,10 +10,11 @@ build:
10
dependencies:
11
gnu.org/autoconf: '*'
12
gnu.org/libtool: '*'
13
- freedesktop.org/pkg-config: '*'
14
- script: |
15
- ./configure $ARGS
16
- make --jobs {{ hw.concurrency }} install
+ script:
+ - ./configure $ARGS
+ - make --jobs {{ hw.concurrency }} install
+ - run: find . -name '*.la' -exec rm {} \;
17
+ working-directory: '{{prefix}}/lib'
18
env:
19
ARGS:
20
- --prefix="{{prefix}}"
@@ -35,5 +36,4 @@ provides:
35
36
- bin/hwloc-ps
37
- bin/lstopo-no-graphics
38
-test:
39
- hwloc-info --version | grep {{version}}
+test: hwloc-info --version | grep {{version}}
0 commit comments