From 50f702b1fec1ffae1c0c1ca1935628334ceb0e47 Mon Sep 17 00:00:00 2001 From: gastineau Date: Mon, 20 Sep 2021 19:53:19 +0200 Subject: [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 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 --- versions/baseline.json | 4 ++++ versions/c-/calceph.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 versions/c-/calceph.json (limited to 'versions') 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 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 + } + ] +} -- cgit v1.2.3