Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for octave in configure script broken #383

Closed
andreas-bulling opened this issue Mar 21, 2012 · 0 comments
Closed

Check for octave in configure script broken #383

andreas-bulling opened this issue Mar 21, 2012 · 0 comments

Comments

@andreas-bulling
Copy link

Hi,

I run into problems while trying to compile shogun from source and include support for the octave_static interface with the most recent Octave 3.6.1.
The test in the configure script didn't work properly. I've used the following instead (from line 4156):

[...]
if octave --no-history -v >/dev/null 2>&1
then
_octave_version="octave --no-history -v | grep version | cut -f 4- -d ' '"
if test "echo $_octave_version | cut -f 1 -d '.'" -ge 3
[...]

sonney2k pushed a commit that referenced this issue Jun 2, 2012
thanks andyknownasabu for the fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants