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
| /usr/local/Cellar/cmake/2.8.12.2/bin/cmake -H/tmp/trilinos-YaYf/trilinos-11.6.1-Source -B/tmp/trilinos-YaYf/trilinos-11.6.1-Source/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
| /usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_progress_start /tmp/trilinos-YaYf/trilinos-11.6.1-Source/build/CMakeFiles /tmp/trilinos-YaYf/trilinos-11.6.1-Source/build/CMakeFiles/progress.marks | |
| /usr/bin/make -f CMakeFiles/Makefile2 all | |
| /usr/bin/make -f cmake/tribits/package_arch/UnitTests/CTestScriptsUnitTests/CMakeFiles/TrilinosFramework_GenericDriver.dir/build.make cmake/tribits/package_arch/UnitTests/CTestScriptsUnitTests/CMakeFiles/TrilinosFramework_GenericDriver.dir/depend | |
| /usr/bin/make -f packages/teuchos/core/src/CMakeFiles/teuchoscore.dir/build.make packages/teuchos/core/src/CMakeFiles/teuchoscore.dir/depend | |
| /usr/bin/make -f packages/teuchos/parameterlist/test/ParameterList/CMakeFiles/TeuchosParameterList_ParameterListFileCopies.dir/build.make packages/teuchos/parameterlist/test/ParameterList/CMakeFiles/TeuchosPa |
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 Colamd < Formula | |
| homepage "http://www.cise.ufl.edu/research/sparse/colamd/" | |
| url "http://www.cise.ufl.edu/research/sparse/colamd/COLAMD-2.8.0.tar.gz" | |
| sha1 "007bc46337dd27102fece0d4e81a9bc9db0d0a67" | |
| depends_on "suite-sparse-config" | |
| def suite_sparse_config_options |
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
| Test project /tmp/trilinos-5sb0/trilinos-11.6.1-Source/build | |
| Start 1: TrilinosFramework_GeneralScriptSupport_UnitTests | |
| 1/1688 Test #1: TrilinosFramework_GeneralScriptSupport_UnitTests .................................................................. Passed 0.28 sec | |
| Start 2: TrilinosFramework_CheckinTest_UnitTests | |
| 2/1688 Test #2: TrilinosFramework_CheckinTest_UnitTests ........................................................................... Passed 22.27 sec | |
| Start 3: TrilinosFramework_InstallProgramDriver_UnitTests | |
| 3/1688 Test #3: TrilinosFramework_InstallProgramDriver_UnitTests .................................................................. Passed 0.07 sec | |
| Start 4: TrilinosFramework_egdist_UnitTests | |
| 4/1688 Test #4: TrilinosFramework_egdist_UnitTests ................................................................................***Failed Required regular expression not found.Regex=[OVERALL FINAL RESULT: TEST PASSED | |
| ] 0.06 sec |
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
| function process_types(fmt :: String, args...) | |
| # Process types of arguments for libc's printf family. | |
| # Grab everybody's type. | |
| types = [typeof(arg) for arg in args] | |
| # Perform the following conversions: | |
| # string -> Ptr{Uint8} (for %s) | |
| # arrays -> Ptr{Void} (for %p) | |
| types = map(t -> (t == ASCIIString ? Ptr{Uint8} : t), types) |
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
| function build_something_sparse_orig() | |
| vec_len = 70000 | |
| row_ind = Uint64[] | |
| col_ind = Uint64[] | |
| value = Float64[] | |
| for j = 1:vec_len | |
| for k = 1:700 | |
| ind = k*50 |
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 Asl < Formula | |
| url 'http://www.ampl.com/netlib/ampl/solvers.tgz' | |
| sha1 '3d527e03fff6eea8d0eff43bdc72391d778f0e0b' | |
| version '20140205' | |
| homepage 'http://www.ampl.com/hooking.html' | |
| def install | |
| ENV.universal_binary if OS.mac? |
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
| $ make | |
| Making all in ADOL-C | |
| Making all in src | |
| make all-recursive | |
| Making all in drivers | |
| CC drivers.lo | |
| CC driversf.lo | |
| CC odedrivers.lo | |
| CC odedriversf.lo | |
| CC taylor.lo |
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
| $ make | |
| Making all in ADOL-C | |
| Making all in src | |
| make all-recursive | |
| Making all in drivers | |
| CC drivers.lo | |
| CC driversf.lo | |
| CC odedrivers.lo | |
| CC odedriversf.lo | |
| CC taylor.lo |
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 Swig208 < Formula | |
| homepage 'http://www.swig.org/' | |
| url 'https://downloads.sourceforge.net/project/swig/swig/swig-2.0.8/swig-2.0.8.tar.gz' | |
| sha1 '763305da320163903c69c1cdfbf9a942117d9ace' | |
| conflicts_with "swig", :because => "two different versions of the same utility" | |
| option :universal |
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
| npm ERR! install Couldn't read dependencies | |
| npm ERR! Error: Invalid version: "1.0" | |
| npm ERR! at Object.module.exports.fixVersionField (/usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/fixer.js:183:13) | |
| npm ERR! at /usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js:30:38 | |
| npm ERR! at Array.forEach (native) | |
| npm ERR! at normalize (/usr/local/lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js:29:15) | |
| npm ERR! at final (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:342:33) | |
| npm ERR! at then (/usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:126:33) | |
| npm ERR! at /usr/local/lib/node_modules/npm/node_modules/read-package-json/read-json.js:316:48 | |
| npm ERR! at fs.js:228:20 |