Skip to content

Commit

Permalink
Merge pull request #51 from AI-Planning/tfd-support
Browse files Browse the repository at this point in the history
Added scripts for supporting TFD
  • Loading branch information
haz authored Nov 26, 2021
2 parents fe598f7 + e8e70be commit ec4c87c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planutils/packages/tfd/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

singularity pull --name tfd.sif https://github.com/roveri-marco/tfd/releases/download/0.4/roveri-marco-tfd.latest.sif
6 changes: 6 additions & 0 deletions planutils/packages/tfd/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "The TFD temporal planner",
"description": "The TFD temporal planner (see https://github.com/roveri-marco/tfd)",
"install-size": "145MB",
"dependencies": []
}
2 changes: 2 additions & 0 deletions planutils/packages/tfd/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
singularity run -e $(dirname $0)/tfd.sif $@
3 changes: 3 additions & 0 deletions planutils/packages/tfd/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

rm tfd.sif

0 comments on commit ec4c87c

Please sign in to comment.