Changeset 19378


Ignore:
Timestamp:
05/23/15 14:04:59 (10 years ago)
Author:
glperez
Message:

CHG: Removing temporary fix to Windows dependency issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19360 r19378  
    161161        then
    162162                echo "Making with " $NUMCPUS_INSTALL " cpus"
    163 
    164                 # Temporary fix to dependency issue between Mex files and libISSMMatlab
    165                 if [ "$OS" == "win7" ]
    166                 then
    167                         make -j $NUMCPUS_INSTALL install
    168                 fi
    169 
    170163                make -j $NUMCPUS_INSTALL install
    171164        else
Note: See TracChangeset for help on using the changeset viewer.