Commit Graph

37 Commits

Author SHA1 Message Date
Szabolcs Horvát
166e3ced23 igraph: update to 0.10.13 2024-06-29 17:41:28 +05:30
Szabolcs Horvát
4e7de262df igraph: update to 0.10.12 2024-05-07 09:31:43 +05:30
Szabolcs Horvát
3ec102d3c7 igraph: update to 0.10.11 2024-04-21 01:12:40 +05:30
Christoph Reiter
eb27b54342 igraph: Update to 0.10.10 2024-02-21 08:48:59 +01:00
Mehdi Chinoune
4475e3e85b igraph: update to 0.10.9 2024-02-08 12:24:04 +01:00
مهدي شينون (Mehdi Chinoune)
f1b28aef2f drop 32bit environments from some scientific packages 2023-12-09 22:28:01 +01:00
Biswapriyo Nath
3b33f28d1e igraph: Add plfit dependency
* simplify the build commands.
* enable arpack for clang64 and clangarm64.
2023-12-02 01:03:30 +05:30
Biswapriyo Nath
cfd0520c16 igraph: update to 0.10.8
* simplify pkgconfig patch.
* fix compiler error with clang.
2023-12-01 07:20:29 +00:00
Mehdi Chinoune
f428124000 igraph: update to 0.10.7 2023-09-06 18:11:38 +01:00
Biswapriyo Nath
b9b75007af igraph: update to 0.10.6 2023-07-24 21:01:05 +05:30
Christoph Reiter
f586c1f6e4 more clangarm64 2023-05-09 07:59:25 +02:00
Mehdi Chinoune
b2087d76e7 igraph: update to 0.10.4 2023-01-28 07:00:10 +01:00
Mehdi Chinoune
076164b032 igraph: update to 0.10.3 2022-12-31 05:16:38 +01:00
Christoph Reiter
bd4a553d4d igraph: enable openmp support for mingw32 again
now that openblas is built with openmp support it should
no longer be broken, see
https://github.com/msys2/MINGW-packages/pull/13267#issuecomment-1295254523
2022-10-31 08:58:35 +01:00
مهدي شينون (Mehdi Chinoune)
f79934a917 igraph: update to 0.10.2 2022-10-15 19:25:24 +01:00
Christoph Reiter
a92394a2b2 igraph: bump pkgrel 2022-09-16 18:50:02 +02:00
Szabolcs Horvát
47fe8e96cd igraph: remove remaining references to Python 2022-09-15 23:10:20 +02:00
Szabolcs Horvát
bc8f1f4f79 igraph: remove unneeded dependencies 2022-09-15 23:07:00 +02:00
Mehdi Chinoune
2afde43c2b igraph: update to 0.10.1 2022-09-11 04:18:51 +01:00
Biswapriyo Nath
2bd68118af igraph: update to 0.9.9 2022-06-05 12:31:39 +05:30
Markus Mützel
727d242cb5 igraph: Link against OpenBLAS also in CLANG* environments. 2022-04-22 21:02:04 +02:00
Biswapriyo Nath
ba44524dc0 igraph: update to 0.9.8
Remove full path reference in cmake files.
2022-04-13 21:13:57 +05:30
Mehdi Chinoune
53012847e3 igraph: update to 0.9.7 2022-04-05 13:45:18 +00:00
Markus Mützel
123bf1bcdd Rebuild packages that depend on ARPACK. 2022-03-15 18:15:20 +01:00
Mehdi Chinoune
eed08f9350 igraph: update to 0.9.6 2022-03-08 12:27:17 +01:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Jeremy Drake
37a2037ae6 add clang32 to more packages.
All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.
2021-06-17 17:04:00 -07:00
Jannick
722dac6f85 igraph: Upgrade to 0.9.4 2021-05-31 21:08:45 +02:00
Jannick
02b11623d0 igraph 0.9.3: simplify igraph.pc using Cflags.private 2021-05-10 00:37:31 +02:00
Jannick
e54eccb1a3 igraph: Upgrade to 0.9.3
* PKGBUILD:
  - upgrade igraph version to 0.9.3
  - remove references to obsolete patch (issue covered upstream)
  - use cmake generator 'Ninja' instead of 'MSYS Makefiles' and use
    cmake commands for build and install (instead of calling make)
  - add cmake config -DIGRAPH_ENABLE_TLS=1
  - remove cmake config -DIGRAPH_VERIFY_FINALLY_STACK=1 (devel only)
  - build static and shared library separately, and install one over
    another (where order is important to ensure to have the correct
    header file 'igraph_export.h' working for both static and shared
    linking).
  - add generation of .pc files igraph-shared.pc and igraph-static.pc
  - remove cmake files to avoid confusion when both shared and static
    libraries are installed (implementation assumes that one of them only
    is installed).

* 0001-igraph-0.9.0-link-libm-only-when-needed.patch:
  - remove since obsolete after issue was resolved upstream.

NB: All tests succeeded for MINGW64 locally.
2021-05-09 10:22:15 +02:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Jannick
a9b0fc78e2 igraph: Update to 0.9.0
* PKGBUILD
  - upgrade to 0.9.0
  - move mandatorily from build system autoconf to cmake
  - use internal libraries to reduce package dependencies
  - remove unneccessary make dependencies 'bison' and 'flex'
  - fix link bug by removing explicit link against libm (using patch)
* 0001-igraph-0.9.0-link-libm-only-when-needed.patch
  - patch checking if explicit link against libm is needed fixing link error
2021-03-16 10:26:42 +01:00
Jannick
54da8e5279 igraph: Update to 0.8.5
This igraph bug-fix release makes all patches and additional tweaks
obsolete.
2020-12-07 21:33:05 +01:00
Jannick
1fe030bc33 igraph: Update to 0.8.4 2020-11-25 18:08:02 +01:00
Jannick
c0c63751e7 igraph: Update to 0.8.3 2020-10-08 03:27:37 +02:00
Jannick
9f874b5b65 igraph: Add package 0.8.2 2020-10-01 14:34:53 +02:00