Skip to content

Instantly share code, notes, and snippets.

@trickster
Created March 29, 2018 08:12
Show Gist options
  • Save trickster/0fbc0a6ccf72736a895fec6a21cc6936 to your computer and use it in GitHub Desktop.
Save trickster/0fbc0a6ccf72736a895fec6a21cc6936 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