Life Of Tar Mac OS

broken image


Hard Disk image in HFS+ for use with PowerPC Macintosh emulator SheepShaver. The image comes pre-installed with Mac OS 8.6 and some applications compatible with it, such as AppleWorks 5, Adobe Illustrator, Adobe Photoshop and Painter. Remember that a ROM file is needed for the emulated Mac to boot. You can find these easily by searching Google.

  • 'Puma' Mac OS X 10.1 (Puma) is the second major release of the Mac OS X, which was released on.
  • Support Communities / Mac OS & System Software / Mac OS X v10.6 Snow Leopard Looks like no one's replied in a while. To start the conversation again, simply ask a new question.

gfortran for Mac

DISCLAIMER: I provide this information here to aid my memory and in thehope that others will find it a useful resource based on my experiences of installing a gfortran compiler on Macs. I am not a computer scientist orFortran guru and, as such, am unlikely to be able to help you with Fortran code,compilation or runtime problems.

There are several options available for installing gfortran for Mac OS X,other than installing from source code.

GCC Wiki

I currently choose to use the relevant gfortran installer (.dmg) packagesprovided through the GCC Wiki (opens in new window). Note that the files areinstalled in /usr/local system directories which require the administratorpassword.

HPC

There are also various tar-files of gfortran distributions provided at the High PerformanceComputing web page. There are up-to-date distributions for some systems(only Mac OS X 10.7 (Lion), 10.8 (Mountain Lion), 10.9 (Mavericks) and 10.10(Yosemite) as of the last update of this page). Zeon 25 mac os.

I recommend not to choose a package containing a version that is not a stable version accordingto the main GCC web site. Furthermore, for simplicity, I would recommendonly to install the relevant 'gfortran only' distributions.

The files are gzip'd tar-files which should be unpacked, for instance byusing the Terminal application, as follows:

sudo tar xvfz[tar-file] -C /

Note that the files are installed in /usr/local system directories whichrequire the administrator password.

The R Project

Previously, I had preferred to use the gfortran packages distributed inassociation with the R Project. These can be found in the 'Apple Xcode gcc-42add-ons' section of their Tools web page (opens in new window) or via the direct linksbelow. These gfortran packages and updates are specifically built to matchApple's own gcc builds. This does mean that the version is back at GCC 4.2,which is undoubtedly where it will stay since GCC changed their licensing andApple has stopped updating their GCC distribution with Xcode. Nonetheless, myexperience shows that this distribution is one that always works.

There are several packages relevant to particular Mac OS X and Xcodeinstallations. Run gcc-v to find out which Apple gcc build is currently installed as part of theXcode tools.

  • Mac OS X 10.7 (Lion) and 10.8 (Mountain Lion):

    One may need to apply a link after installing one of these packages so 'gfortran' may be used as a command, e.g.

    sudo ln -s /usr/bin/gfortran-4.2 /usr/bin/gfortran

    Otherwise, simply use the explicit command 'gfortran-4.2'.

  • Mac OS X 10.6 (Snow Leopard):
  • Mac OS X 10.5 (Leopard):

The files for builds 5564 and 5566 are gzip'd tar-files which should beunpacked, for instance by using the Terminal application, as follows:

sudo tar xvfz[tar-file] -C /

Note that the files are installed in /usr system directories which requirethe administrator password.

Packages for older OS X and Xcode versions are also available on the pagelinked to above.

Compatibility and uninstalling

Note that each of these distributions has different associated libraries andother installed files which may conflict with or be wholly or partiallyoverwritten by one another. It is therefore advisable to ensure that you haveonly one distribution installed at any one time.

It is straightforward to uninstall the GCC Wiki distribution and instructionsare provided on the detailed instructions web page. Simply run the command:

sudo rm -r/usr/local/gfortran /usr/local/bin/gfortran

It is slightly more difficult to uninstall the R Project or HPC distribution. HPC distributes gfortran as a tar-file. Therefore each file contained in thetar-file should be removed. The easiest way to do this is probably to run thecommand:

For sh/bash:
for file in $(tar tfz[tar-file]); do sudo rm -f /$file; done

For csh/tcsh:
foreach file ( `tar tfz[tar-file]` )
sudo rm -f /$file
end

where [tar-file] is the package, for example gfortran-4.7-bin.tar.gz,gfortran-lion.tar.gz, gfortran-snwleo-intel-bin.tar.gz, etc. This will removeall files but not directories, which may contain other files that are not to be removed. To remove empty directories only, then run the command:

For sh/bash:
for file in $(tar tfz[tar-file]); do sudo rmdir -p /$file; done

For csh/tcsh:
foreach file ( `tar tfz[tar-file]` )
sudo rmdir -p /$file
end
Die back mac os.

The R Project distribution is a .pkg file and this adds another level ofcomplication. Dead by minecraft mac os. To list the files that were installed from this package, oneneeds to locate the 'receipt', which is a .bom file. On my system (Mac OS X10.8, Mountain Lion) the file is located at/private/var/db/receipts/org.r-project.gcc-42.darwin11.pkg.bom (was/private/var/db/receipts/org.r-project.gnuFortran42.lion.usr.pkg.bom for Mac OSX 10.7, Lion; or /private/var/db/receipts/org.r-project.mac.tools.gfortran.bom for Mac OS X 10.6, Snow Leopard). To find the file, run a command such as:

sudo find / -iname'*fortran*.bom'

Life Of Tar Mac Os 11

Once the appropriate file has been located, a list of files that have beeninstalled can be found by running the command:

lsbom -pF [bom-file] Smart gaming live.

Therefore, similarly to removing the HPC distribution, the files can beremoved by running commands such as:

For sh/bash:
for file in $(lsbom -pF[bom-file]); do sudo rm -f $file; done
for file in $(lsbom -pF[bom-file]); do sudo rmdir -p $file; done

For csh/tcsh:
foreach file ( `lsbom-pF [bom-file]` )
sudo rm -f $file
end

foreach file ( `lsbom-pF [bom-file]` )
sudo rmdir -p $file
end

Life of tar mac os 11

One plus one equals eleven mac os. Note that these commands should be run from the root directory (cd / first).

Last updated: 2020-09-02, M.Floyd (MIT)
Accessibility

Life Of Tar Mac Os Catalina

Optional Libraries, Frameworks and Applications for Mac OS X

boost_1.47.0-darwin9-bin4.tar.bz285143811Oct 13 2012
cairo-1.10.2-darwin9-bin4.tar.gz7668431Oct 13 2012
cairo-1.11.2-darwin9-bin4.tar.gz8125963Oct 13 2012
cairo-1.12.16-darwin10-bin2.tar.gz5368061Mar 10 2014
cairo-1.12.16-darwin10-static-pkgconfig.patch1524Mar 26 2014
cairo-1.12.16-darwin13-static-pkgconfig.patch2178Mar 27 2014
cairo-1.14.2-darwin.13-x86_64.tar.gz3227864Apr 27 2015
cairomm-1.11.2-darwin.13-x86_64.tar.gz1159086Apr 27 2015
clang-4.0.0-darwin15.6-Release.tar.gz263479823Apr 9 2017
cloog-0.18.0-darwin13.tar.gz1375754Nov 25 2013
cran-usr-local-darwin15.6-20170320.tar.gz415440376Mar 20 2017
curl-7.43.0-darwin10.tar.gz770902Aug 7 2015
db-5.1.25-darwin9-bin3.tar.gz28405811Oct 13 2012
ffi-3.2.1-darwin.15-x86_64.tar.gz31110Apr 27 2017
fftw-3.3.4-darwin.13-x86_64.tar.gz1066719Apr 27 2015
fftw-3.3.6-2-darwin.15-x86_64.tar.gz1072630Apr 13 2017
fontconfig-2.11.0-darwin10-bin2.tar.gz8794096Mar 10 2014
fontconfig-2.11.1-add.tar.gz13918Apr 16 2014
fontconfig-2.11.1-darwin10-bin2.tar.gz8781522Apr 16 2014
fontconfig-2.11.1-darwin.13-x86_64.tar.gz5336903Apr 27 2015
fontconfig-2.8.0-darwin9-bin3.tar.gz7199092Oct 13 2012
freetype-2.4.4-darwin9-bin4.tar.gz4904037Oct 13 2012
freetype-2.5.3-darwin10-bin2.tar.gz2410089Mar 10 2014
freetype-2.5.5-darwin.13-x86_64.tar.gz1664186Apr 27 2015
gdal-1.11.2-darwin.13-x86_64.tar.gz169061650Apr 29 2015
gdal-1.11.4-darwin13.tar.gz165608716May 4 2016
gdal-1.9.0-data.tar.gz381034Apr 5 2013
gdal-1.9.0-lib-darwin9-bin3.tar.gz81692331Oct 13 2012
gdal-2.1.2-darwin13.tar.gz209683293Nov 10 2016
gdal-2.1.3-darwin.15-x86_64.tar.gz65771536May 2 2017
gdal-2.4.2-darwin.15-x86_64.tar.gz326098054Jul 29 2019
geos-3.3.3-darwin9-bin4.tar.gz48506063Oct 13 2012
geos-3.4.2-darwin.13-x86_64.tar.gz13459621Apr 29 2015
geos-3.6.1-darwin.15-x86_64.tar.gz16589295Apr 13 2017
geos-3.7.2-darwin.15-x86_64.tar.gz17278147Jul 29 2019
gettext-0.19.8.1-darwin.15-x86_64.tar.gz8224384Apr 27 2017
gfortran-4.8.2-darwin13.tar.bz215485555Nov 25 2013
ggobi-2.1.8-darwin8-bin2.tar.gz1098945Jan 9 2009
glpk-4.47-darwin9-bin3.tar.gz5621739Oct 13 2012
glpk-5.2.0-darwin.13-x86_64.tar.gz2096510Apr 27 2015
gmp-4.2.4-darwin8-bin4.tar.gz881762Jan 9 2009
gmp-4.3.1-darwin9-bin3.tar.gz783864Oct 13 2012
gmp-4.3.2-darwin9-bin4.tar.gz1445907Oct 13 2012
gmp-5.0.2-darwin9-bin3.tar.gz918768Oct 13 2012
gmp-5.1.3-darwin13.tar.gz452697Nov 25 2013
gmp-6.0.0-darwin.13-x86_64.tar.gz478909Apr 27 2015
gsl-1.16-darwin.13-x86_64.tar.gz4227475Apr 27 2015
gsl-1.16-darwin13-x86_64.tar.gz4223452Jan 7 2015
gsl-1.16-darwin.15-x86_64.tar.gz4120058Apr 13 2017
GTK+_2.14.3-X11-darwin8-bin2.tar.gz26147455Jan 9 2009
GTK+-2.24.17-darwin10-x86_64.tar.bz234457819Mar 30 2013
hdf5-1.10.0-1-darwin.15-x86_64.tar.gz30768546Apr 24 2017
hdf5-1.8.14-darwin.13-x86_64.tar.gz16711523Apr 27 2015
hdf5-1.8.8-darwin9-bin3.tar.gz48808262Oct 13 2012
hiredis-0.11.0-darwin10-bin2.tar.gz123712May 11 2014
icu-52.1-darwin10-x86_64.tar.gz34707040Nov 14 2013
icu-54.1-darwin.13-x86_64.tar.gz37292892Apr 27 2015
jags-1.0.3-ppc64.tar.gz433713Jan 9 2009
jpeg-9-darwin.13-x86_64.tar.gz811289Apr 27 2015
jpeg-9-darwin.15-x86_64.tar.gz761180Apr 9 2017
jpeg-v8d-darwin9-bin4.tar.gz2753147Oct 13 2012
libgit2-0.17.0-darwin10-bin2.tar.gz2013715Feb 15 2013
libiomp-20131213-darwin10.tar.gz165965Oct 23 2014
libpng-1.2.32-darwin8-bin4.tar.gz461783Jan 9 2009
libpng-1.5.18-darwin10-bin2.tar.gz1252333Mar 10 2014
libpng-1.5.2-darwin9-bin4.tar.gz1265227Oct 13 2012
libpng-1.5.8-darwin9-bin4.tar.gz2586592Oct 13 2012
libpng-1.6.17-darwin.13-x86_64.tar.gz662389Apr 27 2015
libpng-1.6.28-darwin.15-x86_64.tar.gz654104Apr 9 2017
libpq-9.4.1-darwin13.tar.gz106622Apr 29 2015
libpq-9.4.1-darwin.13-x86_64.tar.gz106624Apr 29 2015
libpq-9.5.2-darwin.13-x86_64.tar.gz106941May 5 2016
libsndfile-1.0.25-darwin9-bin4.tar.gz9905965Dec 13 2012
mpc-0.8.1-darwin9-bin3.tar.gz783245Oct 13 2012
mpc-0.9-darwin9-bin3.tar.gz387611Oct 13 2012
mpc-1.0.1-darwin13.tar.gz187074Nov 25 2013
mpfr-2.3.2-darwin8-bin4.tar.gz856732Jan 9 2009
mpfr-3.0.1-darwin9-bin3.tar.gz1761229Oct 13 2012
mpfr-3.1.2-darwin13.tar.gz746704Nov 25 2013
mpfr-3.1.2-darwin.13-x86_64.tar.gz336427Apr 27 2015
netcdf-4.1.3-darwin9-bin3.tar.gz20732437Oct 13 2012
netcdf-4.3.3.1-darwin.13-x86_64.tar.gz6600712Apr 27 2015
netcdf-4.4.1.1-darwin.15-x86_64.tar.gz8246309Apr 24 2017
pcre2-10.34-darwin.15-x86_64.tar.gz1464668Mar 15 04:02
pcre-8.12-darwin9-bin4.tar.gz880244Oct 13 2012
pcre-8.36-darwin10-bin2.tar.gz1483508Jan 9 2015
pcre-8.36-darwin13.tar.gz1229027Jan 9 2015
pcre-8.36-darwin.13-x86_64.tar.gz1229402Apr 27 2015
pcre-8.40-darwin.15-x86_64.tar.gz1182299Apr 9 2017
pixman-0.20.2-darwin9-bin4.tar.gz2760518Oct 13 2012
pixman-0.23.8-darwin9-bin4.tar.gz3318482Oct 13 2012
pixman-0.32.4-darwin10-bin2.tar.gz1644323Mar 10 2014
pixman-0.32.6-darwin.13-x86_64.tar.gz1218453Apr 27 2015
pkg-config-0.25-darwin9-bin3.tar.gz162172Oct 13 2012
pkgconfig-0.28-darwin.13-x86_64.tar.gz243642Apr 27 2015
pkgconfig-0.28-darwin.15-x86_64.tar.gz243373Apr 9 2017
pkgconfig-system-stubs-darwin13.tar.gz1273Aug 25 2014
proj4-4.9.3-darwin.15-x86_64.tar.gz1256639Apr 24 2017
proj-4.7.0-darwin9-bin4.tar.gz3197812Oct 13 2012
proj-4.8.0-darwin9-bin4.tar.gz6308348Oct 13 2012
proj-4.9.1-1-darwin.13-x86_64.tar.gz3843823May 20 2015
proj-4.9.3-darwin.15-x86_64.tar.gz1256758Apr 24 2017
proj-5.2.0-darwin.15-x86_64.tar.gz2334362Jul 29 2019
protobuf-2.5.0-darwin10-bin2.tar.gz13580013Sep 13 2013
protobuf-2.6.1-darwin.13-x86_64.tar.gz10391589Apr 27 2015
qpdf-2.2.2-darwin9-bin3.tar.gz8884393Oct 13 2012
qpdf-5.1.2-darwin.13-x86_64.tar.gz4141213Apr 27 2015
QuantLib-1.0.1-darwin9-bin4.tar.gz329551533Oct 13 2012
readline-5.2-12-darwin8-bin4.tar.gz1277391Jan 9 2009
sigc++-4.2.1-darwin.13-x86_64.tar.gz4208868Apr 27 2015
szip-2.1-darwin.13-x86_64.tar.gz26433Apr 27 2015
tcl8.6.0-darwin10-x86_64.tar.gz2488286Mar 29 2013
texinfo-5.2-darwin10-bin2.tar.gz1571373Apr 17 2015
texinfo-5.2-darwin10.tar.gz1342784Jan 6 2015
texinfo-5.2-darwin.13-x86_64.tar.gz1346831Apr 27 2015
tiff-3.9.1-darwin8-bin4.tar.gz18183738Oct 13 2012
tiff-4.0.2-darwin9-bin4.tar.gz31964261Oct 13 2012
tiff-4.0.3-darwin10-bin2.tar.gz13379408Mar 10 2014
tiff-4.0.3-darwin13.tar.gz9086601Jan 23 2015
tiff-4.0.3-darwin.13-x86_64.tar.gz9262282Apr 27 2015
tiff-4.0.7-darwin.15-x86_64.tar.gz7779131Apr 9 2017
tk8.6.0-darwin10-x86_64.tar.gz1486224Mar 29 2013
udunits-2.1.24-darwin9-bin4.tar.gz439248Oct 13 2012
udunits-2.2.24-darwin.15-x86_64.tar.gz172043Apr 24 2017
xz-4.999.9beta-darwin8-bin2.tar.gz929474Oct 13 2012
xz-4.999.9beta-git-20100414-darwin9-bin4.tar.gz3464185Oct 13 2012
xz-5.0.3-darwin9-bin4.tar.gz3434689Oct 13 2012
xz-5.0.5-darwin10-bin2.tar.gz1755486Mar 10 2014
xz-5.2.1-darwin.13-x86_64.tar.gz632660Apr 27 2015
xz-5.2.3-darwin.15-x86_64.tar.gz634310Apr 24 2017
zeromq-2.2.0-darwin9-bin4.tar.gz6824153Oct 13 2012
zeromq-4.0.5-darwin.13-x86_64.tar.gz3223875Apr 27 2015
gtk2.14-x11.dmg26130169Jan 9 2009
GTK_2.18.5-X11.pkg59914166Oct 15 2012
GTK_2.24.17-X11.pkg42591510Apr 1 2013

darwin8 = for Mac OS X 10.4 (Tiger) or higher
darwin89= 32-bit for Mac OS X 10.4 or higher, 64-bit for Mac OS X 10.5 or higher
darwin9 = for Mac OS X 10.5 (Leopard) or higher
darwin10 = for Mac OS X 10.6 (Snow Leopard) or higher
darwin13 = for Mac OS X 10.9 (Mavericks) or higher
darwin15 = for Mac OS X 10.11 (El Capitan) or higher
It is safe to use darwin8 binaries on Mac OX S 10.5 (Leopard). Since R 2.10.1 we do not release darwin8 binaries anymore.
bin4 = quad-arch binary (32-bit and 64-bit, Intel and PPC)
bin3 = tri-arch binary (32-bit PowerPC and Intel, 64-bit Intel)
bin2 = universal binary (darwin8/9: 32-bit only, Intel and PPC; darwin10/11: Intel 32bit + 64-bit)
x86_64 = single-arch 64-bit, Intel (omitted for darwin13 binaries which are always x86_64)

Binaries built automatically via recipes are tagged with .-

Install by unpacking to the root, e.g.:
Most binaries (except for GTK+) live in /usr/local and are static PIC builds (i.e. they can be used in R packages without the need for runtime dylibs).

For more libraries, see the CRAN devpack. Sources for most of the above are available at the project sites or here.

Note (2009/01/15): ggobi binary was modified at the request of the authors to install in

Life Of Tar Mac Os Download

/usr/local/ggobi instead of the default /usr/local. CRAN binaries will reflect the change as well. Consequently, you will have to add /usr/local/ggobi/bin to your

Life Of Tar Mac Os X

PATH and if you develop against ggobi /usr/local/ggobi/lib/pkgconfig to your PKG_CONFIG_PATH in order to see ggobi.



broken image