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

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

[Octave-bug-tracker] [bug #60054] feature request: package install with


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #60054] feature request: package install with dependency on java.
Date: Mon, 15 Feb 2021 12:49:59 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36

Follow-up Comment #4, bug #60054 (project octave):

I think, I have a concept based on octave functions: 
version(feature) and compare_versions. 
The problem is, that these functions are not at all as required. 

Roughly speaking, one could use these two functions 
for dependency management. 

version() yields octave version, 
version('-java') yields java version, 
and there are other features, which are also desirable to specify. 

One could say that dependencies are allowed for 'octave', 
sth starting with '-' like -java or -blas or sth else. 

Then one could use compare_versions to check validity. 

The problem is, that compare_versions is strange, 
10 < 8 but 10 > 08, what a mess! 

Also version('-java') gives a lot of stuff, 
which has nothing to do with the version. 
Likewise for blas and others. 

So formally, version and compare_versions dont play together. 
In reality, they do better as one could expect. 

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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