Created
March 29, 2018 08:12
-
-
Save trickster/0fbc0a6ccf72736a895fec6a21cc6936 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