Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
qbox-public
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
qbox
qbox-public
Commits
be7d01a1
Commit
be7d01a1
authored
Apr 18, 2008
by
Francois Gygi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rel1_43_2
git-svn-id:
http://qboxcode.org/svn/qb/trunk@609
cba15fb0-1239-40c8-b417-11db7ca47a34
parent
91b49147
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
release.C
src/release.C
+2
-2
x8664_gcc.mk
src/x8664_gcc.mk
+2
-2
No files found.
src/release.C
View file @
be7d01a1
...
...
@@ -3,10 +3,10 @@
// release.C
//
////////////////////////////////////////////////////////////////////////////////
// $Id: release.C,v 1.5
2 2008-04-15 01:37:09
fgygi Exp $
// $Id: release.C,v 1.5
3 2008-04-18 03:40:57
fgygi Exp $
#include "release.h"
std
::
string
release
(
void
)
{
return
std
::
string
(
"1.43.
1
"
);
return
std
::
string
(
"1.43.
2
"
);
}
src/x8664_gcc.mk
View file @
be7d01a1
...
...
@@ -3,7 +3,7 @@
# x8664_gcc.mk
#
#-------------------------------------------------------------------------------
# $Id: x8664_gcc.mk,v 1.
7 2008-03-05 04:04:48
fgygi Exp $
# $Id: x8664_gcc.mk,v 1.
8 2008-04-18 03:40:57
fgygi Exp $
#
PLT=Linux_x8664
#-------------------------------------------------------------------------------
...
...
@@ -27,7 +27,7 @@
INCLUDE = -I$(MPIDIR)/include -I$(FFTWDIR) -I$(XERCESCDIR)/include
CXXFLAGS= -g -D$(PLT) $(INCLUDE) $(PLTFLAGS) $(DFLAGS)
CXXFLAGS= -g -
Wunused -
D$(PLT) $(INCLUDE) $(PLTFLAGS) $(DFLAGS)
LIBPATH = -L$(GCCDIR)/lib -L$(FFTWDIR)/.libs -L/usr/X11R6/lib \
-L$(MPIDIR)/lib -L$(LAPACKDIR) -L$(BLASDIR) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment