5908d8791a
back from __CLING__ to __CINT__ since the ROOT guys kept __CINT__ even though they are using cling?\!
2017-02-08 10:45:17 +01:00
ceb7aa6818
changed from legacy rootcint to the new rootcling ROOT dictionary generator.
2017-02-08 09:47:35 +01:00
5e28f465a4
replace all __CINT__ by __CLING__.
2017-02-07 16:08:52 +01:00
4fd610442d
improved the CLEANFILES for ROOT6.
2015-10-28 13:56:16 +01:00
fec752182b
added all ROOT6 .pcm files for installation
2015-01-17 17:53:17 +01:00
bbb8550f96
since we moved to git, I cleaned up the svn prop's from the sources and added a GIT_REVISION through git-revision.h
2014-02-12 12:43:32 +01:00
09af7a3d0b
some more adaptation onto Mac OS X 10.9 (Mavericks)
2013-12-20 18:54:35 +00:00
1e6f1c45be
fixed missing replacement of INCLUDES
2013-12-19 11:53:30 +00:00
290816f996
upgrading Makefile.am's for more recent automake versions
2013-12-16 14:08:39 +00:00
Bastian M. Wojek
9398badf66
Added the '-f' option also to the creation of symbolic links to the user-function libraries under Cygwin
2011-08-09 09:27:14 +00:00
a05a6c86a8
added '-f' when linking under MacOSX
2011-08-08 21:31:58 +00:00
Bastian M. Wojek
254d849079
First step in reorganizing the installation of the musrfit documentation (further commits will follow)
2011-08-06 09:51:21 +00:00
Bastian M. Wojek
0191375a96
The previous approach did not work...
...
Needed to split off the userFcn part from libPMusr to be able to provide a shared library of it (under Cygwin).
2011-04-13 09:59:33 +00:00
Bastian M. Wojek
1024f5a28f
Removed the user-function dependency on libPMusr
...
It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
2011-04-13 08:18:14 +00:00
Bastian M. Wojek
56799142dc
Restructured the interdependencies within the BMWlibs (maybe other commits will follow)
2011-03-21 14:33:34 +00:00
Bastian M. Wojek
aaa0638729
Restructured the interdependencies within the BMWlibs (maybe other commits will follow)
2011-03-20 18:03:49 +00:00
Bastian M. Wojek
2d2cf448db
Trying to tie the same startup handler into different plugin libraries did not work quite well.
...
Therefore, a new library is built and the plugins link to that one.
This new library at the moment only contains the startup handler, however, finally it might serve as well for other routines
that are used by different plugins.
2011-03-19 11:44:56 +00:00
Bastian M. Wojek
cb2ab44b63
Minor fixes
2011-03-17 13:57:10 +00:00
Bastian M. Wojek
032ce4a1e4
- Extended the usage of xml-startup files in some plugin libraries and renamed the file itself.
...
- Added some documentation to libLFRelaxation which in the present stage is mainly used for testing purposes.
2011-03-16 16:43:13 +00:00
nemu
f4d6e349fe
added the option to split a user function into a global and run-block related part (see MUSR-134)
2010-11-10 13:13:00 +00:00
Bastian M. Wojek
8ab827cafc
Fixed an error in the mean field calculations introduced with the different definition of the TRIM.SP resolution in r4659
2010-09-23 09:52:43 +00:00
Bastian M. Wojek
440d22bc99
* Changed the exit condition for a few external classes in case the xml-file is not found.
...
Until now the program terminated with a segmentation fault which was not very user friendly...
* Got rid of a strange construction in the TRIM.SP handler (vector<pair> -> map)
2010-06-20 10:34:49 +00:00
Bastian M. Wojek
3b3521eccf
J'en ai marre! J'ai fait les modifications dans le code de MUD que D. Arseneau a proposé. Au moins il est possible maintenant d'utiliser l'architecture EM64T.
2010-01-23 15:12:15 +00:00
Bastian M. Wojek
a9ea0160a3
Added B(z) for two superconducting layers insulated by a barrier layer to libTFitPofB
2010-01-17 17:46:57 +00:00
Bastian M. Wojek
74fd4d8538
A few changes to the previous commit. Basic features should work now everywhere (MUD only 32bit)
2010-01-10 22:20:10 +00:00
Bastian M. Wojek
ed7a15f025
Further steps to OS independence (at least Linux, Mac OS X, Cygwin) of musrfit
2010-01-10 12:52:14 +00:00
Bastian M. Wojek
a6959ea2fc
Integrated a few external musrfit plug-ins into the standard build process.
...
In order to enable building of the additional libraries supply the following options to the configure script:
--enable-BMWlibs (for libTFitPofB libLFRelaxation libGapIntegrals libCalcMeanFieldsLEM)
--enable-ASlibs (for libPNL_PippardFitter)
By default, both options are disabled.
At the moment I have tested it only in an SL5 32-bit environment.
Further tests are going to follow.
For a clean installation I suggest to remove any musrfit and plug-in installations before newly building musrfit.
2009-12-22 17:00:43 +00:00
Bastian M. Wojek
05786d468a
Found a nice plugin for musrfit which I've never had committed to the svn...
2009-11-27 20:52:05 +00:00