From d9cf1f1901e0d05962bba0879611ece5c5374089 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Fri, 8 Nov 2019 19:30:32 +0000 Subject: [PATCH] moved some stuff, to prevent it from clogging everything. also removed lingering shared lib --- make_output.txt | 8 -------- .../.ipynb_checkpoints/test_noteboo-checkpoint.ipynb | 0 {snippets => tests_and_snippets/snippets}/arg_test.py | 0 {snippets => tests_and_snippets/snippets}/d.py | 0 {snippets => tests_and_snippets/snippets}/mp2.py | 0 {snippets => tests_and_snippets/snippets}/mp3.py | 0 {snippets => tests_and_snippets/snippets}/mp3_pool.py | 0 .../snippets}/multiprocessing_test.py | 0 {tests_david => tests_and_snippets}/test | 0 {tests_david => tests_and_snippets}/test_david.py | 0 testing.py => tests_and_snippets/testing.py | 0 .../testing_automatic_log_readout.py | 0 12 files changed, 8 deletions(-) delete mode 100644 make_output.txt rename {tests_david => tests_and_snippets}/.ipynb_checkpoints/test_noteboo-checkpoint.ipynb (100%) rename {snippets => tests_and_snippets/snippets}/arg_test.py (100%) rename {snippets => tests_and_snippets/snippets}/d.py (100%) rename {snippets => tests_and_snippets/snippets}/mp2.py (100%) rename {snippets => tests_and_snippets/snippets}/mp3.py (100%) rename {snippets => tests_and_snippets/snippets}/mp3_pool.py (100%) rename {snippets => tests_and_snippets/snippets}/multiprocessing_test.py (100%) rename {tests_david => tests_and_snippets}/test (100%) rename {tests_david => tests_and_snippets}/test_david.py (100%) rename testing.py => tests_and_snippets/testing.py (100%) rename {tests_david => tests_and_snippets}/testing_automatic_log_readout.py (100%) diff --git a/make_output.txt b/make_output.txt deleted file mode 100644 index 8a6af98af..000000000 --- a/make_output.txt +++ /dev/null @@ -1,8 +0,0 @@ -gcc -fPIC `/home/david/projects/binary_c_root/binary_c/binary_c-config --flags` -I/home/david/projects/binary_c_root/binary_c/src/ -I/home/david/projects/binary_c_root/binary_c/src/API -c -o binary_c_python_api.o binary_c_python_api.c -gcc -DBINARY_C=/home/david/projects/binary_c_root/binary_c -fPIC `/home/david/projects/binary_c_root/binary_c/binary_c-config --flags` -I/home/david/projects/binary_c_root/binary_c/src/ -I/home/david/projects/binary_c_root/binary_c/src/API binary_c_python_api.c -c -lbinary_c `/home/david/projects/binary_c_root/binary_c/binary_c-config --libs` -gcc -DBINARY_C=/home/david/projects/binary_c_root/binary_c -shared -o libbinary_c_api.so binary_c_python_api.o -python3 setup.py build_ext --inplace -running build_ext -building 'binary_c' extension -gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DALIGNSIZE=16 -DCPUFREQ=3900 -DLINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D__DIFF_STARDATA__ -DGIT_REVISION=4519:20191029:e21f3501 -DGIT_URL=gitlab@gitlab.eps.surrey.ac.uk:ri0005/binary_c.git -DGIT_BRANCH=master -D__HAVE_AVX__ -D__HAVE_DRAND48__ -D__HAVE_GSL__ -DUSE_GSL -D__HAVE_MALLOC_H__ -D__HAVE_PKG_CONFIG__ -D__SHOW_STARDATA__ -DBINARY_C_API_H=/home/david/projects/binary_c_root/binary_c/src/API/binary_c_API.h -I/home/david/projects/binary_c_root/binary_c/src -I/home/david/projects/binary_c_root/binary_c/src/API -I/home/david/projects/binary_c_root/binary_c -I/usr/include -I/home/david/gsl/include -I/home/david/.pyenv/versions/3.6.4/include/python3.6m -c binary_c_python.c -o build/temp.linux-x86_64-3.6/binary_c_python.o -gcc -pthread -shared -L/home/david/.pyenv/versions/3.6.4/lib -L/home/david/.pyenv/versions/3.6.4/lib build/temp.linux-x86_64-3.6/binary_c_python.o -L/home/david/projects/binary_c_root/binary_c/src -L./ -L-L/home/david/projects/binary_c_root/binary_c -L-L/home/david/gsl/lib -Wl,--enable-new-dtags,-R/home/david/projects/binary_c_root/binary_c/src -Wl,--enable-new-dtags,-R./ -Wl,--enable-new-dtags,-R-L/home/david/projects/binary_c_root/binary_c -Wl,--enable-new-dtags,-R-L/home/david/gsl/lib -lbinary_c -lgsl -lgslcblas -lm -lc -lm -ldl -lbinary_c_api -o /home/david/projects/binary_c_root/binary_c-python/binary_c.cpython-36m-x86_64-linux-gnu.so diff --git a/tests_david/.ipynb_checkpoints/test_noteboo-checkpoint.ipynb b/tests_and_snippets/.ipynb_checkpoints/test_noteboo-checkpoint.ipynb similarity index 100% rename from tests_david/.ipynb_checkpoints/test_noteboo-checkpoint.ipynb rename to tests_and_snippets/.ipynb_checkpoints/test_noteboo-checkpoint.ipynb diff --git a/snippets/arg_test.py b/tests_and_snippets/snippets/arg_test.py similarity index 100% rename from snippets/arg_test.py rename to tests_and_snippets/snippets/arg_test.py diff --git a/snippets/d.py b/tests_and_snippets/snippets/d.py similarity index 100% rename from snippets/d.py rename to tests_and_snippets/snippets/d.py diff --git a/snippets/mp2.py b/tests_and_snippets/snippets/mp2.py similarity index 100% rename from snippets/mp2.py rename to tests_and_snippets/snippets/mp2.py diff --git a/snippets/mp3.py b/tests_and_snippets/snippets/mp3.py similarity index 100% rename from snippets/mp3.py rename to tests_and_snippets/snippets/mp3.py diff --git a/snippets/mp3_pool.py b/tests_and_snippets/snippets/mp3_pool.py similarity index 100% rename from snippets/mp3_pool.py rename to tests_and_snippets/snippets/mp3_pool.py diff --git a/snippets/multiprocessing_test.py b/tests_and_snippets/snippets/multiprocessing_test.py similarity index 100% rename from snippets/multiprocessing_test.py rename to tests_and_snippets/snippets/multiprocessing_test.py diff --git a/tests_david/test b/tests_and_snippets/test similarity index 100% rename from tests_david/test rename to tests_and_snippets/test diff --git a/tests_david/test_david.py b/tests_and_snippets/test_david.py similarity index 100% rename from tests_david/test_david.py rename to tests_and_snippets/test_david.py diff --git a/testing.py b/tests_and_snippets/testing.py similarity index 100% rename from testing.py rename to tests_and_snippets/testing.py diff --git a/tests_david/testing_automatic_log_readout.py b/tests_and_snippets/testing_automatic_log_readout.py similarity index 100% rename from tests_david/testing_automatic_log_readout.py rename to tests_and_snippets/testing_automatic_log_readout.py -- GitLab