-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade rscape * glib * clean then compile * Update meta.yaml * debug info * relax plot version * simplify test * minor fix * older versions * older test * even older * even older * no clean * orig test * bump version * grep test * working version * bump working version * Create conda_build_config.yaml * clean then build * v0.7.3 * upgrade rscape * glib * clean then compile * Update meta.yaml * debug info * relax plot version * simplify test * minor fix * older versions * older test * even older * even older * no clean * orig test * bump version * grep test * working version * bump working version * Create conda_build_config.yaml * clean then build * v0.7.3 * Update conda_build_config.yaml * fix R2R makefile * gxx config * minor cleanup * skip mac
- Loading branch information
Showing
4 changed files
with
35 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- lib/R2R/src/Makefile.in 2018-07-19 01:19:23.000000000 +0200 | ||
+++ lib/R2R/src/Makefile.in.new 2018-08-06 14:06:41.627328421 +0200 | ||
@@ -17,8 +17,8 @@ | ||
CFSQP_CFLAGS=-I $(CFSQP_PATH) | ||
endif | ||
|
||
-CC=g++ | ||
-LINK=g++ | ||
+CC=$(GXX) | ||
+LINK=$(GXX) | ||
CFLAGS_OPT=-O2 -DNDEBUG | ||
CFLAGS_WARN= | ||
CFLAGS=$(CFLAGS_WARN) -c -I. -I$(CFSQP_PATH) -I$(INFERNAL_PATH)/squid -g $(CFLAGS_OPT) $(CFSQP_CFLAGS) -DDISTRIBUTION $(FONT_CFLAGS) |
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 @@ | ||
./configure --disable-avx512 --prefix=$PREFIX | ||
|
||
make V=1 | ||
make install |
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,6 @@ | ||
c_compiler: | ||
- gcc # [linux] | ||
- clang # [osx] | ||
cxx_compiler: | ||
- gxx # [linux] | ||
- clangxx # [osx] |
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