octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58745] Conversion between matrices and Java a


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58745] Conversion between matrices and Java arrays
Date: Tue, 21 Jul 2020 02:48:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Edg/84.0.522.40

Follow-up Comment #2, bug #58745 (project octave):

It is possible to make tests conditional on compile time and run time
conditions. For Java, you'd probably want to start the BIST with:

%!testif HAVE_JAVA; usejava ("jvm")


For the Java part of the test case, you could probably add new files to
scripts/java/org/octave (maybe named OctaveTestUnBoxing.java or something
similar). It should be enough to add those files to the JAVA_SRC list in
scripts/java/module.mk to have them compiled by make.

I'm not a Java expert, so you might want or need to deviate from that.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58745>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]