octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-4.0.1 64 bit binary for windows is uploaded


From: nitnit
Subject: Re: octave-4.0.1 64 bit binary for windows is uploaded
Date: Sat, 26 Mar 2016 00:28:58 -0700 (PDT)

tmacchant wrote
> Hello
> 
> In the official release, there is not 64 bit binary for windows.
> 
> The testing and unofficial release of 64 bit binary has been uploaded on
> my web site.
> 
> http://www.tatsuromatsuoka.com/octave/Eng/Win/
> 
> 
> octave-4.0.1-installer-w64.exe.zip
> 
> 
> If the official site will start to distribute 64 bit binary for windows, I
> will stop distribution here. 
> 
> Notes.
> 
> 1. This binary build with 64 bit environments using 64 bit compilers. 
>    But it  does not support "large arrays (lager than c.a. 2GB) ".
> 
> 2. My web site does not allow to upload files with "exe" extension and
> thus 
>    the exe file is archived in zip. Unzip first and execute installer.
> 
> 3. Binaries of the octave-forge packages were not included.
>    Build by yourself at "src" directory and execute "build_packages" from
>    octave prompt.
> 
> 4. Parallel install 32 bit and 64 bit binary seem to be not allowed.
>    For parallel install, you have to do a trick.  
>     a. Copy or archive the first installed binaries with keeping directory
> structures.  
>     b. Uninstall the first one.
>     c. Install the second one to the directory. Name of install directory
> name should 
>        be different from that of the first one.
>     d. Rename copied image to have the original directory name or 
>         un-archive archived file and restore the whole directory
> structures.    
> 
> Tatsuro

I could build all included octaveforge packages using src/build_packaes.m
ecxept nan-3.0.1.tar.gz:

try_install nan-3.0.1.tar.gz
ls: /usr/local/: No such file or directory
linear.cpp: In function 'int save_model(const char*, const model*)':
linear.cpp:1900:12: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
  for(i=0; i<model_->nr_class; i++)
            ^
linear.cpp: In function 'void get_labels(const model*, int*)':
linear.cpp:2201:16: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
   for(int i=0;i<model_->nr_class;i++)
                ^
make: cc: Command not found
make: *** [svm.o] Error 127
make: Entering directory `/tmp/oct-5oUpjV/NaN/src'
C:/Octave/Octave-4.0.1-x64/bin/mkoctfile-4.0.1.exe --mex "histo_mex.cpp"
C:/Octave/Octave-4.0.1-x64/bin/mkoctfile-4.0.1.exe --mex "covm_mex.cpp"
C:/Octave/Octave-4.0.1-x64/bin/mkoctfile-4.0.1.exe --mex "kth_element.cpp"
C:/Octave/Octave-4.0.1-x64/bin/mkoctfile-4.0.1.exe --mex
"sumskipnan_mex.cpp"
C:/Octave/Octave-4.0.1-x64/bin/mkoctfile-4.0.1.exe --mex "str2array.cpp"
g++ -fopenmp -Wall -Wextra -Wconversion -O2  -fopenmp  -c tron.cpp
g++ -fopenmp -Wall -Wextra -Wconversion -O2  -fopenmp  -c linear.cpp
env CC=g++ C:/Octave/Octave-4.0.1-x64/bin/mkoctfile-4.0.1.exe --mex -lblas
train.c tron.o linear.o linear_model_matlab.c
cc -fopenmp -Wall -Wextra -Wconversion -O2  -fopenmp  -c svm.cpp
make: Leaving directory `/tmp/oct-5oUpjV/NaN/src'





--
View this message in context: 
http://octave.1599824.n4.nabble.com/octave-4-0-1-64-bit-binary-for-windows-is-uploaded-tp4675849p4675897.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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