Skip to content

Commit

Permalink
update external js libs
Browse files Browse the repository at this point in the history
Task #228 - update external js libs
  • Loading branch information
grzegorzmazur committed Jan 26, 2017
1 parent ef86284 commit 1ea1276
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cyacas/yacas-gui/resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ include (${CMAKE_ROOT}/Modules/ExternalProject.cmake)

ExternalProject_Add (yacas-gui_codemirror
PREFIX external_packages
URL https://github.com/codemirror/CodeMirror/archive/5.19.0.zip
URL https://github.com/codemirror/CodeMirror/archive/5.23.0.zip
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND npm install --no-progress
INSTALL_COMMAND "")

ExternalProject_Add (yacas-gui_flot
Expand All @@ -16,21 +17,21 @@ ExternalProject_Add (yacas-gui_flot

ExternalProject_Add (yacas-gui_three
PREFIX external_packages
URL https://github.com/mrdoob/three.js/archive/r82.zip
URL https://github.com/mrdoob/three.js/archive/r84.zip
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND "")

ExternalProject_Add (yacas-gui_vis
PREFIX external_packages
URL https://github.com/almende/vis/archive/v4.16.1.zip
URL https://github.com/almende/vis/archive/v4.18.0.zip
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND "")

ExternalProject_Add (yacas-gui_mathjax
PREFIX external_packages
URL https://github.com/mathjax/MathJax/archive/2.6.1.zip
URL https://github.com/mathjax/MathJax/archive/2.7.0.zip
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND "")
Expand Down

0 comments on commit 1ea1276

Please sign in to comment.