Skip to content

Instantly share code, notes, and snippets.

@trickster
Created March 31, 2018 08:18
Show Gist options
  • Save trickster/f439fc2113262a1f91242302153d70fb to your computer and use it in GitHub Desktop.
Save trickster/f439fc2113262a1f91242302153d70fb to your computer and use it in GitHub Desktop.
(defproject uncomp-1 "0.1.0-SNAPSHOT"
:description "Example project showcasing uncomplicate power"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[uncomplicate/neanderthal "0.18.0" :exclusions [[org.jcuda/jcuda-natives]
[org.jcuda/jcublas-natives]]]]
:main ^:skip-aot uncomp-1.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment