summarylogtreecommitdiffstats
path: root/no_extract_visit.patch
blob: c5c6c97eee5825d10ce74f7ca1a3224e3bf4848a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--- build_visit2_11_0.orig	2016-09-24 12:53:02.084527748 +0200
+++ build_visit2_11_0	2016-09-24 12:54:30.911401672 +0200
@@ -4079,28 +4079,28 @@
 
 function build_visit
 {
-    if [[ "$DO_SVN" != "yes" || "$USE_VISIT_FILE" == "yes" ]] ; then
-        #
-        # Unzip the file, provided a gzipped file exists.
-        #
-        if [[ -f ${VISIT_FILE} ]] ; then
-            info "Unzipping/untarring ${VISIT_FILE} . . ."
-            uncompress_untar ${VISIT_FILE}
-            if [[ $? != 0 ]] ; then
-                warn \
-                    "Unable to untar ${VISIT_FILE}.  Corrupted file or out of space on device?"
-                return 1
-            fi
-        elif [[ -f ${VISIT_FILE%.*} ]] ; then
-            info "Unzipping ${VISIT_FILE%.*} . . ."
-            $TAR xf ${VISIT_FILE%.*}
-            if [[ $? != 0 ]] ; then
-                warn  \
-                    "Unable to untar ${VISIT_FILE%.*}.  Corrupted file or out of space on device?"
-                return 1
-            fi
-        fi
-    fi
+    #if [[ "$DO_SVN" != "yes" || "$USE_VISIT_FILE" == "yes" ]] ; then
+        ##
+        ## Unzip the file, provided a gzipped file exists.
+        ##
+        #if [[ -f ${VISIT_FILE} ]] ; then
+            #info "Unzipping/untarring ${VISIT_FILE} . . ."
+            #uncompress_untar ${VISIT_FILE}
+            #if [[ $? != 0 ]] ; then
+                #warn \
+                    #"Unable to untar ${VISIT_FILE}.  Corrupted file or out of space on device?"
+                #return 1
+            #fi
+        #elif [[ -f ${VISIT_FILE%.*} ]] ; then
+            #info "Unzipping ${VISIT_FILE%.*} . . ."
+            #$TAR xf ${VISIT_FILE%.*}
+            #if [[ $? != 0 ]] ; then
+                #warn  \
+                    #"Unable to untar ${VISIT_FILE%.*}.  Corrupted file or out of space on device?"
+                #return 1
+            #fi
+        #fi
+    #fi
 
     #
     # Set up the config-site file, which gives configure the information it