
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).
17 lines
357 B
Diff
17 lines
357 B
Diff
--- Makefile 2015-02-26 10:50:00.000000000 -0800
|
|
+++ Makefile.new 2015-07-29 18:03:59.891357399 -0700
|
|
@@ -22,10 +22,10 @@
|
|
#
|
|
|
|
INC =
|
|
-GCC_PREFIX = $(shell dirname `which gcc`)
|
|
+GCC_PREFIX =
|
|
GCC_SUFFIX =
|
|
-CC = $(GCC_PREFIX)/gcc$(GCC_SUFFIX)
|
|
-CPP = $(GCC_PREFIX)/g++$(GCC_SUFFIX)
|
|
+CC = cc
|
|
+CPP = c++
|
|
CXX = $(CPP)
|
|
HEADERS = $(wildcard *.h)
|
|
BOWTIE_MM = 1
|