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/baseline.json | |
| 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/baseline.json')
| -rw-r--r-- | versions/baseline.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 11436c8c1..ac64e014d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1184,6 +1184,10 @@ "baseline": "1.16.0", "port-version": 0 }, + "calceph": { + "baseline": "3.5.0", + "port-version": 0 + }, "camport3": { "baseline": "1.5.3", "port-version": 1 |
