|
Last change
on this file since 11397 was 11397, checked in by Eric.Larour, 14 years ago |
|
Adapted patches to metis install for windows 7 installation
|
-
Property svn:executable
set to
*
|
|
File size:
369 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 |
|
|---|
| 3 | #Some cleanup
|
|---|
| 4 | rm -rf install metis-4.0
|
|---|
| 5 | mkdir install
|
|---|
| 6 |
|
|---|
| 7 | #Untar
|
|---|
| 8 | tar -zxvf metis-4.0.tar.gz
|
|---|
| 9 |
|
|---|
| 10 | #Move metis into install directory
|
|---|
| 11 | mv metis-4.0/* install
|
|---|
| 12 | rm -rf metis-4.0
|
|---|
| 13 |
|
|---|
| 14 | #Apply patches
|
|---|
| 15 | cd install
|
|---|
| 16 | patch -p1 < ../metis-4.0.patch
|
|---|
| 17 | patch -R Lib/Makefile ../configs/4.0/win7/Makefile.patch
|
|---|
| 18 | patch -R Makefile.in ../configs/4.0/win7/Makefile.in.patch
|
|---|
| 19 |
|
|---|
| 20 | #Compile
|
|---|
| 21 | make
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.