diff options
| author | gastineau <gastineau@imcce.fr> | 2021-09-20 19:53:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 10:53:19 -0700 |
| commit | 50f702b1fec1ffae1c0c1ca1935628334ceb0e47 (patch) | |
| tree | 3e2b1baf6a94e85b848e7d6d3cea1f2e311b8525 /versions/c- | |
| parent | 10463fcad3e30e2c9a9c628a375e2340dd1f5705 (diff) | |
| download | vcpkg-50f702b1fec1ffae1c0c1ca1935628334ceb0e47.tar.gz vcpkg-50f702b1fec1ffae1c0c1ca1935628334ceb0e47.zip | |
[calceph] Add new port (#19759)
* initial port of calceph
* apply correct format on vcpkg.json
* add quotes in portfile
* Update version database
* add url to the documentation
* Update version database
* update vcpkg.json
* update version
* delete error version
* remove useless on operating system
* update database version
* Apply suggestions from code review
applied suggested changes about versions
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update port number
* update database version
* format vcpkg.json
* update version
* update portfile.cmake error
* update version
* update portfile.cmake error
* update portfile.cmake error
* fix clflags in debug mode
* update database version
* add the debug flags
* update version database
* add space to avoid single quote for cflags in Makefile.vc
* update version database
* Update version database.
Co-authored-by: Gastineau <Mickael.Gastineau@obspm.fr>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions/c-')
| -rw-r--r-- | versions/c-/calceph.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/versions/c-/calceph.json b/versions/c-/calceph.json new file mode 100644 index 000000000..d415cc1bd --- /dev/null +++ b/versions/c-/calceph.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "d2665db7558ef66aa086f95b155e61b15bd56848", + "version": "3.5.0", + "port-version": 0 + } + ] +} |
