--
You received this message because you are subscribed to the Google Groups "scikit-build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build+unsubscribe@googlegroups.com.
To post to this group, send email to scikit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/8b98284d-ec51-4084-834f-0295f9d4b2d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To better help you, would you be able to share a pointer to your project ?Hi Jon,You could give the "--skip-cmake" option.ThanksJc
On Mon, Nov 20, 2017 at 1:54 PM, <woodri...@gmail.com> wrote:
Is there a way to "quick" build for development, i.e., don't run cmake, but do a make install from the build directory, assuming that it's done cmake once before?
A workflow like:
$ python setup.py build
$ cd _skbuild/cmake-install
$ ... do some testing ...
$ cd ../..
$ python setup.py --please-just-run-make-install-without-cmake build
The reason that I ask is that AFAIK, some files won't get copied unless I do python setup.py build. I tried going into _skbuild\cmake-build and doing the make install manually, but then it didn't copy some files correctly. For instance, I had an __init__.py in a testing directory that did not get refreshed correctly unless I did a full setup.py build. This is because build_py will copy the python files into setuptools\lib, but not into the _skbuild\cmake-install, which only seems to happen if you do a full build.
--
You received this message because you are subscribed to the Google Groups "scikit-build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build...@googlegroups.com.
To post to this group, send email to scikit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/8b98284d-ec51-4084-834f-0295f9d4b2d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build+unsubscribe@googlegroups.com.
To post to this group, send email to scikit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/54829247-b06d-4d8a-8649-5fa892681825%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/8ce6fabb-874b-4fc3-882f-0c8260eba046%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/8ce6fabb-874b-4fc3-882f-0c8260eba046%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "scikit-build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build+unsubscribe@googlegroups.com.
To post to this group, send email to scikit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/1986ab52-86da-4d80-910c-b287601d8eab%40googlegroups.com.
JcThanksAfter adding tests, it will be integrated (most likely next week)Hi Jon,Thanks for the detailed feedback. This topic should address the issue you reported: https://github.com/scikit-build/scikit-build/pull/269
On Mon, Nov 20, 2017 at 2:54 PM, <woodri...@gmail.com> wrote:
Also, if it makes any difference, I am running on Windows with nmake (and jom as well). I see the same problem with both.
It seems that there is an extra step that is missing where the files get copied to the correct place at the end of cmake, but doesn't happen if you skip cmake.
I really want an option that builds given the current build directory in _skbuild, but don't run cmake again.
--
You received this message because you are subscribed to the Google Groups "scikit-build" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build...@googlegroups.com.
To post to this group, send email to scikit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/1986ab52-86da-4d80-910c-b287601d8eab%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to scikit-build+unsubscribe@googlegroups.com.
To post to this group, send email to scikit...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/scikit-build/8c256b44-d146-4887-aa18-11d30530a851%40googlegroups.com.