Skip to content

feat: Improve message associated with cython custom command#39

Merged
jcfr merged 1 commit intomainfrom
improve-custom-command-reported-comment
Jul 18, 2024
Merged

feat: Improve message associated with cython custom command#39
jcfr merged 1 commit intomainfrom
improve-custom-command-reported-comment

Conversation

@jcfr
Copy link
Copy Markdown
Contributor

@jcfr jcfr commented Jul 18, 2024

Integrate changes originally introduced through:

Before:

$ make
[...]
[ 33%] Generating C source simple.c
[ 66%] Building C object CMakeFiles/simple.dir/simple.c.o
[100%] Linking C shared module simple.cpython-39-x86_64-linux-gnu.so
[100%] Built target simple

After:

$ make
[...]
[ 33%] Generating C source 'simple.c' from 'simple.pyx'
[ 66%] Building C object CMakeFiles/simple.dir/simple.c.o
[100%] Linking C shared module simple.cpython-39-x86_64-linux-gnu.so
[100%] Built target simple

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
@jcfr jcfr force-pushed the improve-custom-command-reported-comment branch from ef3d525 to 3712726 Compare July 18, 2024 21:51
@jcfr jcfr merged commit 11f5c30 into main Jul 18, 2024
@jcfr jcfr deleted the improve-custom-command-reported-comment branch July 18, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants