Created
March 31, 2018 08:18
-
-
Save trickster/f439fc2113262a1f91242302153d70fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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