Closed peastman closed 6 years ago
You're right, I forgot some projects in buildJvm
. For now, you can run ./gradlew koma-plotting:build
to create koma-plotting-0.12.jar
in build/jvm
. I'll fix the buildJvm
task soon.
Thanks! Works perfectly.
Sorry if this is a bit of a beginner question. I'm trying to compile Koma from source. Following the instructions, I run
That produces jar files for
koma-core-api-jvm
,koma-core-ejml
,koma-core-jblas
, andkoma-core-mtj
. But none of those contains the plotting functions. I'm new to Gradle, but I looked through the build script and found the blockI don't see any task that depends on
:koma-plotting
. How do I compile that?