Skip to content

Commit

Permalink
[arb] Support dynamic build (microsoft#23743)
Browse files Browse the repository at this point in the history
* [arb] Support dynamic build

* version
  • Loading branch information
JackBoosY authored Mar 24, 2022
1 parent 1843325 commit fc69905
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ports/arb/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fredrik-johansson/arb
Expand Down
2 changes: 2 additions & 0 deletions ports/arb/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "arb",
"version": "2.21.1",
"port-version": 1,
"description": "a C library for arbitrary-precision interval arithmetic",
"homepage": "https://github.com/fredrik-johansson/arb",
"license": "LGPL-2.1",
"dependencies": [
"flint",
{
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e1b560a5a2aa835d54da9fdabac5eea48255e93d",
"version": "2.21.1",
"port-version": 1
},
{
"git-tree": "06326497117fb757651649225284d2fe4100ef79",
"version": "2.21.1",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
"arb": {
"baseline": "2.21.1",
"port-version": 0
"port-version": 1
},
"arcus": {
"baseline": "4.10.0",
Expand Down

0 comments on commit fc69905

Please sign in to comment.