Commit Graph

16 Commits

Author SHA1 Message Date
Szabolcs Horvát
53cbb5696e
[igraph] update to 0.10.4 (#29201)
* [igraph] update to 0.10.4

* [igraph] x-add-version

* [igraph] try if it works with x64-uwp

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:58:27 -08:00
Szabolcs Horvát
0d382380b9
[igraph] update to 0.10.3 (#28636)
* [igraph] update to 0.10.3

* [igraph] x-add-version

* [igraph] migrate deprecated functions to new alternatives

* [igraph] x-add-version
2023-01-04 13:19:17 -08:00
autoantwort
50e6e79844
[igraph] no -Werror (#28412) 2022-12-19 11:36:23 -08:00
Szabolcs Horvát
414cc95286
[igraph] update to 0.10.2 (#27237)
* [igraph] update to 0.10.2

* [igraph] x-add-version
2022-10-18 18:39:18 -07:00
Szabolcs Horvát
63bbbfab92
[igraph] update to 0.10 (#26432)
* [igraph] update to 0.10

* [igraph] x-add-version

* [igraph] disable on arm64 windows due to lack of support for _umul128()

* [igraph] x-add-version

* [igraph] fix typo

* [igraph] x-add-version

* [igraph] update to 0.10.1

* [igraph] x-add-version

* Update versions/i-/igraph.json

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

* [igraph] remove special treatment of uwp from portfile

* [igraph] indicate that failure is expected for x64-uwp

* [igraph] x-add-version

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2022-09-19 12:20:02 -07:00
Szabolcs Horvát
31c43c228c
[igraph] update to 0.9.10 (#26656)
* [igraph] update to 0.9.10

* [igraph] x-add-version
2022-09-06 11:25:54 -07:00
Szabolcs Horvát
64ede845fa
[igraph] update to 0.9.9 (#25065)
* [igraph] update to 0.9.9

* [igraph] patch vendored GLPK to fix UWP support

* [igraph] x-add-version
2022-06-06 09:22:27 -07:00
Szabolcs Horvát
a77d23729a
[igraph] add support for external BLAS/LAPACK (#24207)
* [igraph] use external BLAS/LAPACK

* [igraph] x-add-version

* [igraph] depend on blas metapackage

* [igraph] x-add-version

* [igraph] revert igraph.json

* [igraph] increment port version

* [igraph] x-add-version

* [igraph] always use external BLAS/LAPACK

* [igraph] x-add-version
2022-04-22 08:49:39 -07:00
Szabolcs Horvát
22f2736a38
[igraph] update to 0.9.8 (#24065)
* [igraph] update to 0.9.8

* [igraph] x-add-version

* [igraph] add license field

* [igraph] x-add-version
2022-04-11 08:34:49 -07:00
Szabolcs Horvát
2c5be782b1
[igraph] update to 0.9.7 (#23599)
* [igraph] update to 0.9.7

* [igraph] x-add-version
2022-03-17 10:54:48 -07:00
Szabolcs Horvát
ada85a50ea
[igraph] update to 0.9.6 (#22379)
* [igraph] update to 0.9.6

* [igraph] x-add-version

* [igraph] fix using internal PLFIT

* [igraph] x-add-version
2022-01-06 13:17:47 -08:00
Szabolcs Horvát
33e7e68c10
[igraph] update to 0.9.5 (#21346)
* [igraph] update to 0.9.5

* [igraph] x-add-version for 0.9.5

* [igraph] get rid of deprecated functions

* [igraph] format-manifest

* [igraph] x-add-version

* Update ports/igraph/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* [igraph] x-add-version

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-11-15 16:46:23 -08:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
Szabolcs Horvát
c3b250142f
[igraph] update to 0.9.4 (#18213)
* igraph: update to 0.9.4

* igraph: x-add-version

* improve formatting

* x-add-version
2021-06-03 12:39:51 -07:00
Szabolcs Horvát
207c2810b0
[igraph] update to 0.9.3 (#17683)
* igraph: update to 0.9.3

* igraph: x-add-version

* formatting fix

* x-add-version
2021-05-06 12:24:08 -07:00
Szabolcs Horvát
90e7eaf824
[igraph] create new port (#17311)
* [igraph] create new port

* [igraph] commit x-add-version result

* [igraph] fix formatting

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* Update ports/igraph/portfile.cmake

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* [igraph] explain why we use the release tarball

* [igraph] x-add-version

* [igraph] workaround for MSVC security warnings

* Disable some MSVC warnings

* set up for cross-compilation

* fixes

* enable external CXSparse and fixes

* final cleanup

* vcpkg x-add-version igraph

* Update ports/igraph/portfile.cmake

* Update ports/igraph/portfile.cmake

* Update ports/igraph/portfile.cmake

* Update ports/igraph/vcpkg.json

* x-add-version

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2021-04-29 15:43:20 -07:00