-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
|
||
1.0.1 Fri Jul 19 09:07:09 PM UTC 2024 | ||
- update POD | ||
|
||
1.0.2 Sat Jul 20 09:07:09 PM UTC 2024 | ||
- update POD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
clean: | ||
dzil clean | ||
rm -rf _Inline | ||
|
||
test: clean | ||
dzil test | ||
|
||
prepare: clean | ||
dzil build | ||
mv -vf *.tar.gz ./releases/ | ||
dzil clean | ||
git add ./releases/*.tar.gz | ||
git status | ||
@echo "tag and push ... " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,5 +30,3 @@ OpenMP::Simple = 0 | |
[PruneFiles] | ||
filename = _Inline | ||
filename = releases | ||
[ExecDir] | ||
dir = bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.