Skip to content

Conversation

@nim65s
Copy link
Member

@nim65s nim65s commented Oct 27, 2025

No description provided.

@nim65s nim65s force-pushed the cmake branch 3 times, most recently from 665f67e to 3f69fc5 Compare October 27, 2025 08:15
@nim65s nim65s marked this pull request as draft October 28, 2025 11:03
@nim65s
Copy link
Member Author

nim65s commented Oct 28, 2025

I have no more ideas how I've been able to break this on windows:


1: Test command: C:\Miniconda\envs\pycppad\python.exe "D:/a/pycppad/pycppad/example/add_eq.py"
1: Working Directory: D:/a/pycppad/pycppad/build/example
1: Environment variables: 
1:  PYTHONPATH=D:/a/pycppad/pycppad/build/python
1: Test timeout computed to be: 1500
1: Traceback (most recent call last):
1:   File "D:/a/pycppad/pycppad/example/add_eq.py", line 3, in <module>
1:     from pycppad import AD, Independent, ADFun, Value
1: ImportError: cannot import name 'AD' from 'pycppad' (unknown location)
1/1 Test #1: pycppad-add_eq ...................***Failed    0.03 sec
Traceback (most recent call last):
  File "D:/a/pycppad/pycppad/example/add_eq.py", line 3, in <module>
    from pycppad import AD, Independent, ADFun, Value
ImportError: cannot import name 'AD' from 'pycppad' (unknown location)

@jorisv : any clue ?

(The last commit should probably be discarded)

@jorisv
Copy link
Contributor

jorisv commented Oct 28, 2025

Hello @nim65s,
I checked previous log and this test was failing without making the CI fail.
I will have a look.

@jorisv
Copy link
Contributor

jorisv commented Oct 28, 2025

Apparently, an error in CMakeLists.txt forced us to fetch content the jrl-cmakemodule.
This create an error in where wrong doxyfile path was found.
Conda CI was using github image doxygen that have an inconsistent output on this error.

- Avoid to use default channel
- Use conda clang-cl
- Use conda doxygen
- Use most recent version of Boost
@jorisv
Copy link
Contributor

jorisv commented Oct 28, 2025

All is fixed on my side

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