-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixes #11 Use separate nuspec files for different architechtures * change package name
- Loading branch information
1 parent
3b9d519
commit 35a1605
Showing
4 changed files
with
43 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<description>Sundials CVODES Solver built for the Open Systems Pharmacology Suite.</description> | ||
<id>CVODES.MacOSArm64</id> | ||
<version>$version$</version> | ||
<title>CVODES</title> | ||
<authors>Open-Systems-Pharmacology</authors> | ||
<owners>Open-Systems-Pharmacology</owners> | ||
<projectUrl>https://github.com/Open-Systems-Pharmacology/CVODES</projectUrl> | ||
<licenseUrl>https://computing.llnl.gov/projects/sundials/license</licenseUrl> | ||
<iconUrl>https://raw.githubusercontent.com/Open-Systems-Pharmacology/Suite/master/logo.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<copyright>Copyright (c) 2002-2019, Lawrence Livermore National Security and Southern Methodist University</copyright> | ||
<tags>open-systems-pharmacology native</tags> | ||
</metadata> | ||
<files> | ||
<file src="src/CVODES/include/**/*.h" target="CVODES/include" /> | ||
<file src="BuildCVODES_MacOS/Release/ARM64/include/sundials/*.h" target="CVODES/include/sundials" /> | ||
|
||
<file src="Dist/MacOS/Release/ARM64/*.a" target="CVODES/bin/native/ARM64/Release" /> | ||
<file src="Dist/MacOS/Debug/ARM64/*.a" target="CVODES/bin/native/ARM64/Debug" /> | ||
</files> | ||
</package> |
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
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
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