Opened 14 years ago
Closed 14 years ago
#372 closed enhancement (fixed)
CIRCE1/2: severe clean-up of files.
Reported by: | kilian | Owned by: | Juergen Reuter |
---|---|---|---|
Priority: | P1 | Milestone: | v2.0.6 |
Component: | documentation | Version: | 2.0.3 |
Severity: | normal | Keywords: | |
Cc: |
Description
This
call circem ('WARNING', '*************************************') call circem ('WARNING', '* This release is not official yet, *') call circem ('WARNING', '* do not use it in publications! *') call circem ('WARNING', '*************************************')
is no longer appropriate ten years after publication?
Change History (11)
comment:1 Changed 14 years ago by
Summary: | CIRCE1: Remove 'not official' tag from banner → CIRCE1/2: severe clean-up of files. |
---|
comment:2 Changed 14 years ago by
Severity: | trivial → normal |
---|
comment:3 Changed 14 years ago by
Milestone: | v2.0.4 → v2.0.5 |
---|
comment:4 Changed 14 years ago by
Milestone: | v2.0.5 → v2.0.6 |
---|
comment:5 Changed 14 years ago by
I recovered some of the files from the complete CIRCE1 distribution, but unfortunately at least one file with MetaPost? macros is still missing. I also added the plots from the paper for the manual. But still we want to recover the functionalities of the full distributions.
comment:6 Changed 14 years ago by
Priority: | P1 → P4 |
---|
comment:7 Changed 14 years ago by
I converted CIRCE1 from F77 -> F90 finally in r3310. This is the starting point for re-enabling the features from the old Makefile. Will probably do the same for CIRCE2.
comment:8 Changed 14 years ago by
Owner: | changed from ohl to Juergen Reuter |
---|---|
Priority: | P4 → P2 |
Status: | new → assigned |
I converted CIRCE2 from F77 -> F90 finally in r3313, at least the main core. The clean-up is much easier now.
comment:9 Changed 14 years ago by
Priority: | P2 → P1 |
---|
It was a long, long task, but now CIRCE1 clean-up is finished.... will go to CIRCE2 now. Guess, hope, it will not last that long!
comment:10 Changed 14 years ago by
In r3347 the CAML code of CIRCE2 compiles again. Now there are only a few smaller clean-up tasks left over.
comment:11 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Final clean-up done in r3355. There remains the question about the LaTeX style files and LaTeX auxiliary stuff, which is copied from the srcdir by the configure
script to the builddir. For me, it is more elegant (and needs much less Makefile.am code) to just add a TEXINPUTS=$$TEXINPUTS:$(top_builddir)/share/doc
prefix to the LaTeX commands....
But that is another point I have raised by email....
Please feel free to comment. I tested this in the CIRCE2 directory, and it works for the two cases builddir=srcdir and builddir!=srcdir.
I just removed this statement in r2788. But the code and the files in the src/circe1 and src/circe2 do need some severe clean-up. E.g. right now inside WHIZARD an error message is issued for the wrong accelerator type 'acc'. This might just be a wrong default value for the WHIZARD variable. (?)