Skip to content

Commit

Permalink
Merge pull request #41 from jdekarske/master
Browse files Browse the repository at this point in the history
add smtplan+
  • Loading branch information
haz authored Aug 10, 2021
2 parents 772ce54 + cbe16f4 commit 273f5b2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions planutils/packages/smtplan/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash


## Fetch the image
singularity pull --name smtplan.sif library://jdekarske/default/smtplan:latest
6 changes: 6 additions & 0 deletions planutils/packages/smtplan/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "SMTPlan+",
"description": "SMTPlan+ is a planner for hybrid systems. http://kcl-planning.github.io/SMTPlan/",
"install-size": "148M",
"dependencies": []
}
3 changes: 3 additions & 0 deletions planutils/packages/smtplan/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

singularity run $(dirname $0)/smtplan.sif $@
3 changes: 3 additions & 0 deletions planutils/packages/smtplan/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm smtplan.sif

0 comments on commit 273f5b2

Please sign in to comment.