Skip to content

Instantly share code, notes, and snippets.

@dacr
Created May 8, 2023 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/98bd203d8246d2eba5ea3a60c4719053 to your computer and use it in GitHub Desktop.
Save dacr/98bd203d8246d2eba5ea3a60c4719053 to your computer and use it in GitHub Desktop.
SMILE scala-cli REPL startup script / published by https://github.com/dacr/code-examples-manager #b1e0715f-35a5-4af0-92d6-559280992fba/39be0d0a2bfbb94ddddfe561e674618336bd847d
#!/usr/bin/env bash
## summary : SMILE scala-cli REPL startup script
## keywords : bash, smile, repl, scala-cli
## publish : gist
## authors : David Crosson
## license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
## id : b1e0715f-35a5-4af0-92d6-559280992fba
## created-on : 2023-05-08T08:45:50+02:00
## managed-by : https://github.com/dacr/code-examples-manager
scala-cli repl \
--dep "com.github.haifengl:smile-scala_2.13:3.0.1" \
--dep "com.github.pathikrit::better-files:3.9.2" \
--dep "org.bytedeco:javacpp-platform:1.5.8" \
--dep "org.bytedeco:javacpp:1.5.8,classifier=linux-x86_64" \
--dep "org.bytedeco:arpack-ng:3.8.0-1.5.8,classifier=linux-x86_64" \
--dep "org.bytedeco:openblas:0.3.21-1.5.8,classifier=linux-x86_64" \
--dep "org.slf4j:slf4j-nop:2.0.7" \
--dep "com.lihaoyi::requests:0.8.0" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment