This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class AdolC < Formula | |
| homepage "https://projects.coin-or.org/ADOL-C" | |
| url "http://www.coin-or.org/download/source/ADOL-C/ADOL-C-2.5.0.tgz" | |
| sha1 "3d3307037bb622499141a0e1eecfee195f3dcfcb" | |
| head 'https://projects.coin-or.org/svn/ADOL-C/trunk/', :using => :svn | |
| depends_on :autoconf => :build |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Makefile:2835: warning: overriding commands for target `check' | |
| Makefile:2397: warning: ignoring old commands for target `check' | |
| making run-octave from run-octave.in | |
| chmod a+rx "run-octave" | |
| rm -f bits/stl_algo.h | |
| /usr/bin/make all-recursive | |
| Makefile:2835: warning: overriding commands for target `check' | |
| Makefile:2397: warning: ignoring old commands for target `check' | |
| Making all in libgnu | |
| rm -f alloca.h-t alloca.h && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class Scalapack < Formula | |
| homepage 'http://www.netlib.org/scalapack/' | |
| url 'http://www.netlib.org/scalapack/scalapack-2.0.2.tgz' | |
| sha1 'ff9532120c2cffa79aef5e4c2f38777c6a1f3e6a' | |
| head 'https://icl.cs.utk.edu/svn/scalapack-dev/scalapack/trunk', :using => :svn | |
| option 'with-shared-libs', 'Build shared libs (some tests may fail)' | |
| option 'without-check', 'Skip build-time tests (not recommended)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: configure | |
| =================================================================== | |
| --- configure (revision 491) | |
| +++ configure (revision 517) | |
| @@ -700,6 +700,7 @@ | |
| ac_ct_CC | |
| CFLAGS | |
| CC | |
| +HAVE_CXX11 | |
| am__fastdepCXX_FALSE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| creating unitTest | |
| ./unitTest -miplib3Dir= -mpsDir=`echo /private/tmp/symphony-N9Ul/SYMPHONY-5.5.7/Data/Sample` | |
| Now testing the OsiRowCut class with OsiSymSolverInterface | |
| Coin0008I EXAMPLE read with 0 errors | |
| Coin0008I EXAMPLE read with 0 errors | |
| Coin0008I EXAMPLE read with 0 errors | |
| Now testing the OsiColCut class with OsiSymSolverInterface | |
| Coin0008I EXAMPLE read with 0 errors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| configure: netCDF 4.3.0 | |
| checking build system type... x86_64-apple-darwin12.5.0 | |
| checking host system type... x86_64-apple-darwin12.5.0 | |
| checking target system type... x86_64-apple-darwin12.5.0 | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... ./install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| prefix = $(shell brew --prefix mumps) | |
| libdir = $(prefix)/lib | |
| incdir = $(prefix)/include # parallel MUMPS | |
| mpiincdir = $(shell brew --prefix open-mpi)/include | |
| #incdir = $(prefix)/libexec/include # sequential MUMPS | |
| seqlib = #-lmpiseq | |
| SRC = mumps_cmplx_p.f90 mumps_p.f90 call_mumps_cmplx_p.f90 call_mumps_p.f90 | |
| LIB = -L$(libdir) $(seqlib) -ldmumps -lzmumps -lmumps_common -lpord |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module mumps_mod | |
| save | |
| ! integer,parameter:: ui_out = 10 ! unit for mumps log file | |
| !integer,parameter:: st_unit=11 ! unit for output statistics file | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class Jblas < Formula | |
| homepage 'http://mikiobraun.github.io/jblas' | |
| url 'http://mikiobraun.github.io/jblas/jars/jblas-1.2.3.jar' | |
| sha1 '3c0d35c4e6b8d7ea7bbcbf109fd1863e54f9d061' | |
| def install | |
| (share / "java").install "jblas-#{version}.jar" => "jblas.jar" | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/libinterp/corefcn/comment-list.h b/libinterp/corefcn/comment-list.h | |
| index 2f2c4d5..18df774 100644 | |
| --- a/libinterp/corefcn/comment-list.h | |
| +++ b/libinterp/corefcn/comment-list.h | |
| @@ -25,7 +25,7 @@ along with Octave; see the file COPYING. If not, see | |
| #include <string> | |
| -#include <base-list.h> | |
| +#include "base-list.h" |