Skip to content

Commit

Permalink
feat: Bump Versions
Browse files Browse the repository at this point in the history
graphviz: v7.0.6
emsdk:  v3.1.29
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Jan 6, 2023
1 parent c6bd2ea commit 7257952
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
- [base91](https://base91.sourceforge.net/) - v0.6.0
- [expat](https://libexpat.github.io/) - v2.5.0
- [graphviz](https://www.graphviz.org/) - v7.0.5
- [graphviz](https://www.graphviz.org/) - v7.0.6
- [zstd](https://github.com/facebook/zstd) - v1.5.2
- ...more to follow...

Built with:
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.28
- [emsdk](https://github.com/emscripten-core/emsdk) - v3.1.29

## Homepage and Documents

Expand Down
2 changes: 1 addition & 1 deletion scripts/cpp-install-emsdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of current vertsion can be found in https://github.com/emscripten-core/emsdk/tags ---
# UPDATE README.md
VERSION=3.1.28
VERSION=3.1.29

if [ ! -d "./emsdk" ]
then
Expand Down
2 changes: 1 addition & 1 deletion scripts/cpp-install-graphviz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# List of current vertsion can be found in https://gitlab.com/graphviz/graphviz/-/tags ---
# UPDATE README.md
VERSION=7.0.5
VERSION=7.0.6

if [ ! -d "third-party/graphviz" ]
then
Expand Down
2 changes: 0 additions & 2 deletions src-cpp/graphviz/lib/circogen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ add_library(circogen STATIC
${GRAPHVIZ_LIB_DIR}/circogen/circo.h
${GRAPHVIZ_LIB_DIR}/circogen/circpos.h
${GRAPHVIZ_LIB_DIR}/circogen/circular.h
${GRAPHVIZ_LIB_DIR}/circogen/deglist.h
${GRAPHVIZ_LIB_DIR}/circogen/edgelist.h
${GRAPHVIZ_LIB_DIR}/circogen/nodelist.h

Expand All @@ -19,7 +18,6 @@ add_library(circogen STATIC
${GRAPHVIZ_LIB_DIR}/circogen/circpos.c
${GRAPHVIZ_LIB_DIR}/circogen/circular.c
${GRAPHVIZ_LIB_DIR}/circogen/circularinit.c
${GRAPHVIZ_LIB_DIR}/circogen/deglist.c
${GRAPHVIZ_LIB_DIR}/circogen/edgelist.c
${GRAPHVIZ_LIB_DIR}/circogen/nodelist.c
)
Expand Down
2 changes: 0 additions & 2 deletions src-cpp/graphviz/lib/sfdpgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ add_library(sfdpgen STATIC
# Header files
${GRAPHVIZ_LIB_DIR}/sfdpgen/Multilevel.h
${GRAPHVIZ_LIB_DIR}/sfdpgen/post_process.h
${GRAPHVIZ_LIB_DIR}/sfdpgen/PriorityQueue.h
${GRAPHVIZ_LIB_DIR}/sfdpgen/sfdp.h
${GRAPHVIZ_LIB_DIR}/sfdpgen/sfdpinternal.h
${GRAPHVIZ_LIB_DIR}/sfdpgen/sparse_solve.h
Expand All @@ -17,7 +16,6 @@ add_library(sfdpgen STATIC
# Source files
${GRAPHVIZ_LIB_DIR}/sfdpgen/Multilevel.c
${GRAPHVIZ_LIB_DIR}/sfdpgen/post_process.c
${GRAPHVIZ_LIB_DIR}/sfdpgen/PriorityQueue.c
${GRAPHVIZ_LIB_DIR}/sfdpgen/sfdpinit.c
${GRAPHVIZ_LIB_DIR}/sfdpgen/sparse_solve.c
${GRAPHVIZ_LIB_DIR}/sfdpgen/spring_electrical.c
Expand Down

0 comments on commit 7257952

Please sign in to comment.