Skip to content

Commit

Permalink
grid: Fix archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Aug 28, 2020
1 parent 0d9cee8 commit 6850797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/grid/common/PACKAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Common parts shared by the grid backends",
"requires": [],
"archive": "libcp2kgridcommon",
}
1 change: 1 addition & 0 deletions src/grid/cpu/PACKAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Optimized CPU backend",
"requires": ["../common", "../ref"],
"archive": "libcp2kgridcpu",
}
1 change: 1 addition & 0 deletions src/grid/ref/PACKAGE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "Reference backend implementation",
"requires": ["../common"],
"archive": "libcp2kgridref",
}

0 comments on commit 6850797

Please sign in to comment.