Changeset 5007 in /cluster/svnroot for bccd-ng/branches/skylar/bccd-3.4.0/trees/etc/skel/Makefile
- Timestamp:
- Mar 1, 2015 1:28:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bccd-ng/branches/skylar/bccd-3.4.0/trees/etc/skel/Makefile
r4348 r5007 67 67 CFLAGS += -pg 68 68 LDFLAGS += -pg 69 endif70 71 # For Modules using Atlas72 ifeq ($(ATLAS), 1)73 ifeq ($(wildcard /etc/bccd-revision),) # not the BCCD74 CFLAGS += -I/mounts/al-salam/software/atlas-3.9.24/include75 LDFLAGS += -L/mounts/al-salam/software/atlas-3.9.24/lib76 LIBS += -latlas -lcblas77 else # the BCCD78 # this is a placeholder until we build ATLAS into a module79 # CFLAGS +=80 # LDFLAGS +=81 # LIBS +=82 endif83 69 endif 84 70
Note: See TracChangeset
for help on using the changeset viewer.