diff options
| author | Gaëtan Gilbert | 2017-12-13 15:13:17 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-12-13 15:13:17 +0100 |
| commit | f10d9fefdaf694253495c1ecf2e57ce5099b9375 (patch) | |
| tree | fed120232e6e097e5c6ee073159b08a9f6645502 /dev/ci/ci-math-classes.sh | |
| parent | cef0430e14c370e6cbfe72db75e61cb4b8c8a8b9 (diff) | |
Put bignums, math-classes and corn dependencies in Makefile
Diffstat (limited to 'dev/ci/ci-math-classes.sh')
| -rwxr-xr-x | dev/ci/ci-math-classes.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh index 2837dee963..db4a31e549 100755 --- a/dev/ci/ci-math-classes.sh +++ b/dev/ci/ci-math-classes.sh @@ -5,20 +5,6 @@ source ${ci_dir}/ci-common.sh math_classes_CI_DIR=${CI_BUILD_DIR}/math-classes -Corn_CI_DIR=${CI_BUILD_DIR}/corn - -# Setup Bignums - -source ${ci_dir}/ci-bignums.sh - -# Setup Math-Classes - git_checkout ${math_classes_CI_BRANCH} ${math_classes_CI_GITURL} ${math_classes_CI_DIR} ( cd ${math_classes_CI_DIR} && make && make install ) - -# Setup Corn - -git_checkout ${Corn_CI_BRANCH} ${Corn_CI_GITURL} ${Corn_CI_DIR} - -( cd ${Corn_CI_DIR} && make ) |
