You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ This repository contains files used to create GSAS-II web content, which include
8
8
9
9
***Tutorials**: When the tutorials will be run, It is best to access them from within GSAS-II using the Help->Tutorials menu (this will simplifies downloading the files needed to run the tutorials), but tutorials can also be accessed [from this link](https://advancedphotonsource.github.io/GSAS-II-tutorials/tutorials.html). The HTML, images and data files for the tutorials are found in this repo. Note that when new functionality is added to GSAS-II, it is customary to create a new tutorial.
10
10
11
-
***Help Pages**: There are three HTML web pages used within GSAS-II (plus a table of contents page) for context-sensitive help. These files are maintained in the [GSAS-II source code repo](https://github.com/AdvancedPhotonSource/GSAS-II/tree/master/GSASII/help), but for convenience, [they can also be accessed from the web pages](https://advancedphotonsource.github.io/GSAS-II-tutorials/help/gsasII-index.html).
11
+
***Help Pages**: There are a set of web files that are
12
+
distributed with GSAS-II, or can be [viewed here](help/index.html). These
13
+
help pages provide information on how different sections of the program
14
+
work. The help information can also be viewed [as a PDF document](https://advancedphotonsource.github.io/GSAS-II-tutorials/docs/GSASII-help.pdf).
15
+
Comments, corrections, additions and issue reports on Help are most welcome.
12
16
13
17
## Repo Organization
14
18
Each tutorial is placed here in its own subdirectory. In that subdirectory, there will be a web page for that tutorial (extension .html or .htm) and two additional subdirectories, one named `data`, with the input file(s) needed for that tutorial and another with a name generated from the web page file name that contains images for the web page.
Copy file name to clipboardExpand all lines: webdocs/compile.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -388,12 +388,13 @@ Compiling with Scons
388
388
Compilation with scons (as opposed to meson, as discussed above) is not
389
389
recommended and will be removed from GSAS-II in the future. It will
390
390
work only with Python 3.11 or older and only with the ``master``
391
-
branch. Do not use GSAS-II will fail with Python earlier than 3.7 and may have
392
-
some errors even with Python 3.8.
391
+
branch. Note that GSAS-II will fail with Python earlier than 3.7 and may have
392
+
some errors even with Python 3.8-3.10 as it is no longer tested on
393
+
those environments.
393
394
394
395
The compilation process requires installation of the gcc and GFortran
395
396
compilers. Others will probablu not work. Also, the Python Scons
396
-
package must be installed into Python. compilation is done with
397
+
package must be installed into Python. Compilation is then done with
397
398
commands::
398
399
399
400
cd fsource
@@ -408,7 +409,8 @@ Installation of compilers is highly depend on the computer system being used, bu
408
409
Use the ``conda search gfortran`` command to find the name for the package.
409
410
On most linux systems, one can use a command such as ``sudo apt-get gfortran`` or ``yum install gcc-gfortran``. Also see https://gcc.gnu.org/wiki/GFortranBinaries for more information.
410
411
411
-
Note that the intent is that this Scons-based process will be replaced with one to run under meson in mid-2024. In the meantime, some older web pages discussing compiling GSAS-II may be of use:
412
+
Note that the intent is that this Scons-based process is no longer in
413
+
use, but for reference some older web pages discussing compiling GSAS-II may be of use:
0 commit comments