source: issm/trunk/externalpackages/g77-mac/install.sh@ 1350

Last change on this file since 1350 was 1350, checked in by seroussi, 16 years ago

g95 and g77 compiles for mac

  • Property svn:executable set to *
File size: 244 bytes
RevLine 
[1350]1#!/bin/bash
2
3#Install g77 for mac
4
5rm -rf install usr
6tar -zxvf g77-intel-bin.tar.gz
7mkdir install
8
9cd install
10mkdir bin lib libexec
11
12mv ../usr/local/bin/* bin
13mv ../usr/local/lib/* lib
14mv ../usr/local/libexec/* libexec
15
16cd ../
17rm -rf ./usr
18
Note: See TracBrowser for help on using the repository browser.