Skip to content

Commit c7fdc66

Browse files
committedOct 6, 2019
current
1 parent fc6658f commit c7fdc66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mkn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ make install
5050
popd
5151

5252
echo "Running test"
53-
$CWD/inst/bin/hello_world
53+
$CWD/inst/bin/hello_world_1
5454
echo "Finished successfully"
5555
exit 0

‎mkn.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: hpx
44

55
property:
6-
org.boost.version: master
6+
org.boost.version: 1.71
77
ompi.hwloc.version: master
88

99
parent: lib

0 commit comments

Comments
 (0)
Please sign in to comment.