Skip to content

Commit 8588cd7

Browse files
committed
clean(hwlock).la
1 parent a3ac83c commit 8588cd7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

projects/open-mpi.org/hwloc/package.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ build:
1010
dependencies:
1111
gnu.org/autoconf: '*'
1212
gnu.org/libtool: '*'
13-
freedesktop.org/pkg-config: '*'
14-
script: |
15-
./configure $ARGS
16-
make --jobs {{ hw.concurrency }} install
13+
script:
14+
- ./configure $ARGS
15+
- make --jobs {{ hw.concurrency }} install
16+
- run: find . -name '*.la' -exec rm {} \;
17+
working-directory: '{{prefix}}/lib'
1718
env:
1819
ARGS:
1920
- --prefix="{{prefix}}"
@@ -35,5 +36,4 @@ provides:
3536
- bin/hwloc-ps
3637
- bin/lstopo-no-graphics
3738

38-
test:
39-
hwloc-info --version | grep {{version}}
39+
test: hwloc-info --version | grep {{version}}

0 commit comments

Comments
 (0)