You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open reports and couldn't find a duplicate
What happened?
I am trying to create a boost header only package with the version 1.70.0.
I am using the below recipe to generate the headers.
{% set version = "1.70.0" %}
package:
name: boost-split
version: {{ version }}
source:
url: https://boostorg.jfrog.io/artifactory/main/release/{{ version }}/source/boost_{{ version|replace(".", "_") }}.zip
sha256: 48f379b2e90dd1084429aae87d6bdbde9670139fa7569ee856c8c86dd366039d
outputs:
- name: libboost-headers
script: install-lib.bat # [win]
@echo on
if [%PKG_NAME%] == [libboost-headers] (
REM for libboost-headers, only the headers
robocopy temp_prefix\include %LIBRARY_INC% /E >nul
REM robocopy leaves non-zero exit status as sign of success; clear it
echo "robocopy done"
) else (
REM everything else
xcopy /E /Y temp_prefix\lib %LIBRARY_LIB%
)
I get an unexpected error. I have attached the error log. NewError.txt
Conda Info
active environment : base
active env location : C:\Miniconda\miniconda3
shell level : 1
user config file : C:\Users\myuser\.condarc
populated config files : C:\Users\myuser\.condarc
conda version : 23.5.2
conda-build version : 3.27.0
python version : 3.11.4.final.0
virtual packages : __archspec=1=x86_64
__cuda=12.0=0
__win=0=0
base environment : C:\Miniconda\miniconda3 (writable)
conda av data dir : C:\Miniconda\miniconda3\etc\conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\Miniconda\miniconda3\pkgs
C:\Users\myuser\.conda\pkgs
C:\Users\myuser\AppData\Local\conda\conda\pkgs
envs directories : C:\Miniconda\miniconda3\envs
C:\Users\myuser\.conda\envs
C:\Users\myuser\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/23.5.2 requests/2.29.0 CPython/3.11.4 Windows/10 Windows/10.0.19045
administrator : True
netrc file : None
offline mode : False
Checklist
What happened?
I am trying to create a boost header only package with the version 1.70.0.
I am using the below recipe to generate the headers.
I get an unexpected error. I have attached the error log.
NewError.txt
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: