Skip to content

Commit

Permalink
vendor: Update vendored sources to igraph/igraph@2412652
Browse files Browse the repository at this point in the history
chore: devcontainer update
  • Loading branch information
krlmlr committed Jan 5, 2025
1 parent a7385a4 commit ff5f0f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/vendor/cigraph/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"name": "igraph dev environment",

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"image": "mcr.microsoft.com/devcontainers/cpp:ubuntu-24.04",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "build-essential,clang,cmake,cmake-curses-gui,ninja-build,ccache,colordiff,astyle,bison,flex,libxml2-dev,libarpack2-dev,libglpk-dev,libgmp-dev,xmlto,texinfo,source-highlight,libxml2-utils,xsltproc,fop,docbook2x"
"packages": "cmake-curses-gui,ninja-build,ccache,colordiff,astyle,bison,flex,libxml2-dev,libarpack2-dev,libglpk-dev,libgmp-dev,libplfit-dev,xmlto,texinfo,source-highlight,libxml2-utils,xsltproc,fop,docbook2x"
}
},

Expand All @@ -29,7 +29,6 @@
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools-extension-pack", // C/C++ and CMake support
"daohong-emilio.yash" // flex/bison support
]
}
Expand Down
4 changes: 2 additions & 2 deletions src/vendor/igraph_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

__BEGIN_DECLS

#define IGRAPH_VERSION "0.10.15-14-g48ff9407b"
#define IGRAPH_VERSION "0.10.15-15-g241265248"
#define IGRAPH_VERSION_MAJOR 0
#define IGRAPH_VERSION_MINOR 10
#define IGRAPH_VERSION_PATCH 15
#define IGRAPH_VERSION_PRERELEASE "14-g48ff9407b"
#define IGRAPH_VERSION_PRERELEASE "15-g241265248"

IGRAPH_EXPORT void igraph_version(const char **version_string,
int *major,
Expand Down

0 comments on commit ff5f0f2

Please sign in to comment.