cminpack version 1.1.3 for OS X
The formula for cminpack was recently updated to version 1.1.3.
To install cminpack on your Mac, open your Terminal application and run the following commands;
brew update brew install cminpack
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
require 'formula' class Cminpack < Formula url 'http://devernay.free.fr/hacks/cminpack/cminpack-1.1.3.tar.gz' homepage 'http://devernay.free.fr/hacks/cminpack/cminpack.html' md5 '3573b33d498cc1bf3787a86efbd12c3a' depends_on 'cmake' def install system "cmake . #{std_cmake_parameters}" system "make install" end end
This package, cminpack, depends on;
cmake
See which packages depend on cminpack.










