-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from gpilab/develop
Windows bugfixes - node library generator, gpi_make
- Loading branch information
Showing
6 changed files
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# No longer in use - deprecate at some point | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=GPI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
@echo off | ||
setlocal | ||
:: Copyright (C) 2014 Dignity Health | ||
:: | ||
:: This program is free software: you can redistribute it and/or modify | ||
:: it under the terms of the GNU Lesser General Public License as published by | ||
:: the Free Software Foundation, either version 3 of the License, or | ||
:: (at your option) any later version. | ||
:: | ||
:: This program is distributed in the hope that it will be useful, | ||
:: but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
:: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
:: GNU Lesser General Public License for more details. | ||
:: | ||
:: You should have received a copy of the GNU Lesser General Public License | ||
:: along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
:: | ||
:: NO CLINICAL USE. THE SOFTWARE IS NOT INTENDED FOR COMMERCIAL PURPOSES | ||
:: AND SHOULD BE USED ONLY FOR NON-COMMERCIAL RESEARCH PURPOSES. THE | ||
:: SOFTWARE MAY NOT IN ANY EVENT BE USED FOR ANY CLINICAL OR DIAGNOSTIC | ||
:: PURPOSES. YOU ACKNOWLEDGE AND AGREE THAT THE SOFTWARE IS NOT INTENDED FOR | ||
:: USE IN ANY HIGH RISK OR STRICT LIABILITY ACTIVITY, INCLUDING BUT NOT | ||
:: LIMITED TO LIFE SUPPORT OR EMERGENCY MEDICAL OPERATIONS OR USES. LICENSOR | ||
:: MAKES NO WARRANTY AND HAS NO LIABILITY ARISING FROM ANY USE OF THE | ||
:: SOFTWARE IN ANY HIGH RISK OR STRICT LIABILITY ACTIVITIES. | ||
|
||
:: The GPI make script for Windows installations. | ||
|
||
set ANACONDA=/opt/anaconda1anaconda2anaconda3 | ||
set PYTHON=%ANACONDA%\python | ||
set GPI_MAKE=%ANACONDA%\Scripts\gpi_make | ||
|
||
%PYTHON% %GPI_MAKE% %* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters