Skip to content

Commit

Permalink
Merge pull request #1 from Synchrotron-Radiation-Workshop/code_org_1
Browse files Browse the repository at this point in the history
Code org 1
  • Loading branch information
hhslepicka authored Aug 20, 2020
2 parents 9591acd + 68aaa57 commit 5e3bc85
Show file tree
Hide file tree
Showing 661 changed files with 3,919 additions and 23,817 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ext_lib
docs/source/cookbook
docs/build/
*.pyc
*.o
data_example*
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# Updated by Maksim Rakitin (NSLS-II, BNL) on May 2, 2016.

root_dir = $(realpath .)
env_dir = $(root_dir)/env
ext_dir = $(root_dir)/ext_lib
gcc_dir = $(root_dir)/cpp/gcc
py_dir = $(root_dir)/cpp/py
src_dir = $(root_dir)/src
py_dir = $(root_dir)/python
examples_dir = $(root_dir)/examples/python/

fftw2_version = fftw-2.1.5
fftw2_dir = $(fftw2_version)
fftw2_file = $(fftw2_version).tar.gz
fftw3_version = fftw-3.3.8
fftw3_dir = $(fftw3_version)
fftw3_file = $(fftw3_version).tar.gz
log_fftw = /dev/null
examples_dir = $(env_dir)/work/srw_python
#example10_data_dir = $(examples_dir)/data_example_10

export MODE ?= 0

nofftw: core pylib
Expand Down Expand Up @@ -91,7 +91,7 @@ fftw3:
fftw: fftw2 fftw3 fftw3f

core:
cd $(gcc_dir); make -j8 clean lib
cd $(src_dir); make -j8 clean lib

pylib:
cd $(py_dir); make python
Expand Down
85 changes: 0 additions & 85 deletions cpp/gcc/Makefile

This file was deleted.

97 changes: 0 additions & 97 deletions cpp/src/ext/f2c_min/CLOSE.C

This file was deleted.

157 changes: 0 additions & 157 deletions cpp/src/ext/f2c_min/DFE.C

This file was deleted.

Loading

0 comments on commit 5e3bc85

Please sign in to comment.